Skip to content

Commit edb4fe4

Browse files
committed
testing
1 parent 293e98e commit edb4fe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-3/2-practice-tdd/count.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ test("should count multiple occurrences of a character", () => {
2222
// And a character `char` that does not exist within `str`.
2323
// When the function is called with these inputs,
2424
// Then it should return 0, indicating that no occurrences of `char` were found.
25-
2625
test("should return 0 when character is not found", () => {
2726
const str = "codeyourfuture";
2827
const char = "b";

0 commit comments

Comments
 (0)