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 8e0f642 commit 147bb36Copy full SHA for 147bb36
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