Skip to content

Commit 90afe10

Browse files
committed
feat/ wording
1 parent e4e015d commit 90afe10

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
@@ -40,7 +40,7 @@ describe('contains', () => {
4040
expect(contains(object, 'e')).toBe(true);
4141
});
4242

43-
test('false if the provided property exists but is not a primitive', () => {
43+
test('false if the provided value exists but is not a primitive', () => {
4444
expect(contains(object, [42])).toBe(false);
4545
});
4646

0 commit comments

Comments
 (0)