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 3372770 commit 3a52de2Copy full SHA for 3a52de2
1 file changed
Sprint-3/2-practice-tdd/get-ordinal-number.test.js
@@ -17,4 +17,4 @@ test("should append 'st' for numbers ending with 1, except those ending with 11"
17
expect(getOrdinalNumber(1)).toEqual("1st");
18
expect(getOrdinalNumber(21)).toEqual("21st");
19
expect(getOrdinalNumber(131)).toEqual("131st");
20
-});
+});
0 commit comments