Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 21eed7e

Browse files
Update mandatory/10-capitalize.js
Co-authored-by: MitchLloyd <[email protected]>
1 parent 4ece057 commit 21eed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mandatory/10-capitalize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To run the tests for just this one file, type `npm test -- --testPathPattern 10-
1515
===================================================
1616
*/
1717

18-
test("Capitalize works - case 1", () => {
18+
test("capitalize works - case 1", () => {
1919
expect(capitalize("hello")).toEqual("Hello");
2020
});
2121

0 commit comments

Comments
 (0)