We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63375b1 commit 7a945a6Copy full SHA for 7a945a6
1 file changed
exercises/concept/recycling-robot/assembly-line.spec.js
@@ -4,7 +4,6 @@ import {
4
isNumber,
5
isObject,
6
isNumericString,
7
- ElectronicDevice,
8
isElectronic,
9
isNonEmptyArray,
10
isEmptyArray,
@@ -13,6 +12,7 @@ import {
13
12
hasIdProperty,
14
hasDefinedType,
15
} from './assembly-line';
+import {ElectronicDevice} from './lib.js'
16
describe('isBoolean', () => {
17
test('isBoolean works on booleans', () => {
18
expect(isBoolean(true)).toBe(true);
0 commit comments