Skip to content

Commit 4e064c8

Browse files
committed
02/04: fix typo in readme
1 parent 72702f8 commit 4e064c8

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.test-setup/04.problem.api-mocking

1 file changed

+1
-1
lines changed

exercises/02.test-setup/04.problem.api-mocking/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ npm i msw @msw/playwright --save-dev
1414

1515
🐨 Once you've got the `network` fixture ready, it's time to put it into action. In the <InlineFile file="./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.
1616

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

Comments
 (0)