We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6073322 commit b587e10Copy full SHA for b587e10
traits.js
@@ -1,4 +1,4 @@
1
-export const EqualityTraitSymbol = Symbol()
+export const EqualityTraitSymbol = Symbol('Equality')
2
3
/**
4
* @typedef {{ [EqualityTraitSymbol]:(other:EqualityTrait)=>boolean }} EqualityTrait
traits.test.js
@@ -51,4 +51,3 @@ export const testEqualityTrait2 = _tc => {
51
t.assert(fun.equalityDeep(x, x2))
52
t.assert(!fun.equalityDeep(x, y))
53
}
54
-
0 commit comments