Skip to content

Commit 942d0fd

Browse files
committed
02/04: fix readme typo
1 parent 33aa036 commit 942d0fd

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
@@ -10,7 +10,7 @@
1010
npm i msw @msw/playwright --save-dev
1111
```
1212

13-
🐨 Next, head to the <InlineFile file="./tests/e2e/test-extend.ts">`tests/e2e/test-extend.ts`</InlineFile>. I've prepared a few instructions for you to help you implement a new fixture called `network`. As the name suggests, you're going to be using it to control the state of network in your end-to-end tests!
13+
🐨 Next, head to the <InlineFile file="./tests/test-extend.ts">`tests/test-extend.ts`</InlineFile>. I've prepared a few instructions for you to help you implement a new fixture called `network`. As the name suggests, you're going to be using it to control the state of network in your end-to-end tests!
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-create.test.ts">`tests/e2e/notes-create.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

0 commit comments

Comments
 (0)