You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/02.test-setup/04.problem.api-mocking/README.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ npm i msw @msw/playwright --save-dev
14
14
15
15
🐨 Once you've got the `network` fixture ready, it's time to put it into action. In the <InlineFilefile="./tests/e2e/notes-created.test.ts">`tests/e2e/notes-created.test.ts`</InlineFile> test file, complete the test case for a new note creation. In this one, you'd have to intercept an HTTP request to the Google Places API that happens on the client to suggest a list of places for the note's "Location" field. As always, 🐨 Kody and his instructions will guide you to success.
16
16
17
-
By the end of it all, the tests (`nnpm test`) must pass!
17
+
By the end of it all, the tests (`npm test`) must pass!
0 commit comments