Skip to content

Commit c8c56e7

Browse files
committed
fix: use handlers in the usage example
1 parent a0affff commit c8c56e7

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: [[], { 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)