Skip to content

Commit 4873c5a

Browse files
nik-revmao-sz
andauthored
Update 14_contains/solution/contains-solution.spec.js
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com>
1 parent c19c1bc commit 4873c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14_contains/solution/contains-solution.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('contains', () => {
4444
expect(contains(object, [42])).toBe(false);
4545
});
4646

47-
test('true if NaN is a property within the object', () => {
47+
test('true if NaN is a value within the object', () => {
4848
expect(contains(object, NaN)).toBe(true);
4949
});
5050
});

0 commit comments

Comments
 (0)