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 293e98e commit edb4fe4Copy full SHA for edb4fe4
Sprint-3/2-practice-tdd/count.test.js
@@ -22,7 +22,6 @@ test("should count multiple occurrences of a character", () => {
22
// And a character `char` that does not exist within `str`.
23
// When the function is called with these inputs,
24
// Then it should return 0, indicating that no occurrences of `char` were found.
25
-
26
test("should return 0 when character is not found", () => {
27
const str = "codeyourfuture";
28
const char = "b";
0 commit comments