UNPKG

@kowo0403hk/lotide

Version:

lotide library by LHL Bootcamp student

5 lines (3 loc) 152 B
const test = require('../assertArraysEqual'); test.assertArraysEqual([1, 2, 3], [1, 2, 3], true); test.assertArraysEqual([1, 2, 4], [1, 2, 3], false);