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 eac5a16 commit aec1685Copy full SHA for aec1685
1 file changed
Sprint-3/2-practice-tdd/repeat.test.js
@@ -35,7 +35,7 @@ test("should return an empty string", () => {
35
const str = "hello";
36
const count = 0;
37
const repeatedStr = repeat(str, count);
38
- expect(repeatedStr).toEqual("");
+ expect(repeatedStr).toBe("");
39
});
40
41
// case: Negative Count:
0 commit comments