Skip to content

Commit 7a945a6

Browse files
Update assembly-line.spec.js
1 parent 63375b1 commit 7a945a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/recycling-robot/assembly-line.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
isNumber,
55
isObject,
66
isNumericString,
7-
ElectronicDevice,
87
isElectronic,
98
isNonEmptyArray,
109
isEmptyArray,
@@ -13,6 +12,7 @@ import {
1312
hasIdProperty,
1413
hasDefinedType,
1514
} from './assembly-line';
15+
import {ElectronicDevice} from './lib.js'
1616
describe('isBoolean', () => {
1717
test('isBoolean works on booleans', () => {
1818
expect(isBoolean(true)).toBe(true);

0 commit comments

Comments
 (0)