Skip to content

Commit

Permalink
chore: update broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
valendres committed Mar 10, 2023
1 parent 3634be1 commit 76aa624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright-msw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export { test, expect };

### Use the custom test fixture

The final step is to use the extended `test` implementation within your playwright tests. e.g. within a [demo.spec.ts](https://github.com/valendres/playwright-msw/blob/main/packages/example/tests/playwright/specs/demo.spec.ts) file:
The final step is to use the extended `test` implementation within your playwright tests. e.g. within a [rest.spec.ts](https://github.com/valendres/playwright-msw/blob/main/packages/example/tests/playwright/specs/rest.spec.ts) file:

```typescript
import { rest } from 'msw';
Expand Down

0 comments on commit 76aa624

Please sign in to comment.