There was an error while loading. Please reload this page.
1 parent a6aa838 commit dc7b786Copy full SHA for dc7b786
1 file changed
object.test.js
@@ -36,7 +36,6 @@ export const testObject = _tc => {
36
t.assert(!object.isEmpty({ a: 3 }))
37
t.assert(object.isEmpty(null))
38
t.assert(object.isEmpty(undefined))
39
-
40
/**
41
* @type {Array<string>}
42
*/
@@ -46,7 +45,7 @@ export const testObject = _tc => {
46
45
* @type {Array<number>}
47
48
const vals = object.values({ a: 1 })
49
- t.compare(vals, [1, 2])
+ t.compare(vals, [1])
50
}
51
52
0 commit comments