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 eed725e commit 9c478cdCopy full SHA for 9c478cd
Sprint-3/3-mandatory-practice/implement/count.test.js
@@ -29,4 +29,4 @@ test("should return 0 when the character is not present", () => {
29
expect(count).toEqual(0);
30
});
31
32
-module.exports = countChar;
+
0 commit comments