UNPKG
@kowo0403hk/lotide
Version:
latest (1.0.1)
1.0.1
1.0.0
lotide library by LHL Bootcamp student
github.com/kowo0403hk/lotide
kowo0403hk/lotide
@kowo0403hk/lotide
/
test
/
assertArraysEqualTest.js
5 lines
(3 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
const
test =
require
(
'../assertArraysEqual'
); test.
assertArraysEqual
([
1
,
2
,
3
], [
1
,
2
,
3
],
true
); test.
assertArraysEqual
([
1
,
2
,
4
], [
1
,
2
,
3
],
false
);