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 5802c53 commit 406890dCopy full SHA for 406890d
Sprint-3/2-practice-tdd/count.test.js
@@ -17,7 +17,7 @@ test("should count multiple occurrences of a character", () => {
17
expect(count).toEqual(5);
18
});
19
20
-// Scenario: No Occurrences in file
+// Scenario: No Occurrences
21
// Given the input string `str`,
22
// And a character `char` that does not exist within `str`.
23
// When the function is called with these inputs,
0 commit comments