Skip to content

Commit c0d1b8c

Browse files
created tests and function
1 parent d3d3582 commit c0d1b8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ test("should count multiple occurrences of a character", () => {
5959
});
6060

6161
//handling invalid input
62-
//the tests work assuming that only letters are in the string - no numbers or special characters
63-
64-
62+
//the tests work assuming that only letters are in the string
63+
// numbers or special characters are not tested for

0 commit comments

Comments
 (0)