@msw/playwright 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,7 @@ interface Fixtures {
41
41
 
42
42
  const test = testBase.extend<Fixtures>({
43
43
  // Initial list of the network handlers.
44
- handlers: [[], { option: true }],
44
+ handlers: [[handlers], { option: true }],
45
45
 
46
46
  // A fixture you use to control the network in your tests.
47
47
  network: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@msw/playwright",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "description": "Mock Service Worker binding for Playwright",
6
6
  "main": "./build/index.js",
7
7
  "types": "./build/index.d.ts",