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 d1c8f2c commit 2bc1c95Copy full SHA for 2bc1c95
14_contains/solution/contains-solution.spec.js
@@ -54,7 +54,7 @@ describe("contains", () => {
54
expect(contains(object, NaN)).toBe(true);
55
});
56
57
- test("false if the provided value exists and is null", () => {
+ test("true if the provided value exists and is null", () => {
58
expect(contains(object, null)).toBe(true);
59
60
0 commit comments