From 76aa624622c51ffa49ff987cc0bf4cf880d6c0b4 Mon Sep 17 00:00:00 2001 From: Peter Weller Date: Thu, 9 Mar 2023 17:09:04 -0800 Subject: [PATCH] chore: update broken link --- packages/playwright-msw/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright-msw/README.md b/packages/playwright-msw/README.md index b5d4b9b..c2c1c98 100644 --- a/packages/playwright-msw/README.md +++ b/packages/playwright-msw/README.md @@ -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';