Skip to content

Commit d7507ff

Browse files
committed
Rewrite tests with jest for count code
1 parent 3f11ed4 commit d7507ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const countChar = require("./count");
33
// Given a string str and a single character char to search for,
44
// When the countChar function is called with these inputs,
5-
// Then it should: correctly count the occurrences of char in str.
5+
// Then it should: correctly count the occurrences of char in str.
66

77

88
// Scenario: Multiple Occurrences

0 commit comments

Comments
 (0)