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 ea6c7f2 commit d3d3582Copy full SHA for d3d3582
Sprint-3/2-practice-tdd/count.test.js
@@ -57,3 +57,8 @@ test("should count multiple occurrences of a character", () => {
57
const count = countChar(str, char);
58
expect(count).toEqual(4);
59
});
60
+
61
+//handling invalid input
62
+//the tests work assuming that only letters are in the string - no numbers or special characters
63
64
0 commit comments