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 7146b0d commit e4e015dCopy full SHA for e4e015d
14_contains/solution/contains-solution.spec.js
@@ -36,7 +36,7 @@ describe('contains', () => {
36
expect(contains(object, 'bar')).toBe(false);
37
});
38
39
- test('true if the provided string is duplicated', () => {
+ test('true if provided string is within the object, even if duplicated', () => {
40
expect(contains(object, 'e')).toBe(true);
41
42
0 commit comments