We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f25c8 commit ecb1a89Copy full SHA for ecb1a89
1 file changed
README.md
@@ -41,7 +41,7 @@ interface Fixtures {
41
42
const test = testBase.extend<Fixtures>({
43
// Initial list of the network handlers.
44
- handlers: [[handlers], { option: true }],
+ handlers: [handlers, { option: true }],
45
46
// A fixture you use to control the network in your tests.
47
network: [
0 commit comments