Skip to content

Commit ecb1a89

Browse files
authored
docs: fix handlers being wrapped in array unintentionally (#38)
1 parent 91f25c8 commit ecb1a89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ interface Fixtures {
4141

4242
const test = testBase.extend<Fixtures>({
4343
// Initial list of the network handlers.
44-
handlers: [[handlers], { option: true }],
44+
handlers: [handlers, { option: true }],
4545

4646
// A fixture you use to control the network in your tests.
4747
network: [

0 commit comments

Comments
 (0)