Skip to content

Commit 9c478cd

Browse files
authored
Update count.test.js
cleaning code line
1 parent eed725e commit 9c478cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/3-mandatory-practice/implement/count.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ test("should return 0 when the character is not present", () => {
2929
expect(count).toEqual(0);
3030
});
3131

32-
module.exports = countChar;
32+

0 commit comments

Comments
 (0)