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 9e74422 commit 099a76fCopy full SHA for 099a76f
Sprint-3/2-practice-tdd/repeat.test.js
@@ -16,7 +16,6 @@ test("should repeat the string count times", () => {
16
expect(repeatedStr).toEqual("hellohellohellohello");
17
});
18
19
- const repeat = require("./repeat");
20
21
// case: Handle Count of 1 :
22
// Given a target string str and a count equal to 1,
0 commit comments