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 c19c1bc commit 4873c5aCopy full SHA for 4873c5a
14_contains/solution/contains-solution.spec.js
@@ -44,7 +44,7 @@ describe('contains', () => {
44
expect(contains(object, [42])).toBe(false);
45
});
46
47
- test('true if NaN is a property within the object', () => {
+ test('true if NaN is a value within the object', () => {
48
expect(contains(object, NaN)).toBe(true);
49
50
0 commit comments