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.
2 parents 8e0f642 + 147bb36 commit 12efc1eCopy full SHA for 12efc1e
src/02-globals/08-add-to-window.problem.ts
@@ -10,7 +10,7 @@ import { Equal, Expect } from "../helpers/type-utils";
10
* interface to add a makeGreeting function
11
*/
12
13
-window.makeGreeting = () => "Hello!";
+window.makeGreeting = () => "Hello, world!";
14
15
it("Should let you call makeGreeting from the window object", () => {
16
expect(window.makeGreeting()).toBe("Hello, world!");
0 commit comments