We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e34110 commit 4aa0c39Copy full SHA for 4aa0c39
computer_science/recursion/2_contains/contains.spec.js
@@ -54,7 +54,7 @@ describe("contains", () => {
54
expect(contains(object, NaN)).toBe(true);
55
});
56
57
- test.skip("false if the provided value exists and is null", () => {
+ test.skip("true if the provided value exists and is null", () => {
58
expect(contains(object, null)).toBe(true);
59
60
0 commit comments