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 988d794 commit 4d29c11Copy full SHA for 4d29c11
src/04-longest-word/test.ts
@@ -5,5 +5,6 @@ describe("LongestWord function", () => {
5
expect(longestWord("Hello there")).toEqual("Hello");
6
expect(longestWord("My name is Adam")).toEqual("name");
7
expect(longestWord("fun&!! time")).toEqual("time");
8
+ expect(longestWord("Houston, we have a 12problem")).toEqual("Houston");
9
});
10
0 commit comments