Ad
  • Custom User Avatar

    I think this testcase is wrong

    expected [ 'a', 'b', null, 'c', 'd', 1, 1, 3, 1, 9, {}, 9, +0, +0, +0, +0, +0, +0, +0, +0, +0, +0, +0, +0 ] to deeply equal [ 'a', 'b', null, 'c', 'd', 1, false, 1, 3, [], 1, 9, {}, 9, +0, +0, +0, +0, +0, +0, +0, +0, +0, +0 ]

    In the first array there is no 'false' however the second array has a false for some odd reason.
    There is also not a square bracket in the first array, however there is one in the second array. Can you help me out ?