Skip to content

Commit c949e1c

Browse files
committed
msw: Remove worker.stop() usage
1 parent 8356bee commit c949e1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/helpers/setup-msw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default function (hooks) {
2020
hooks.before(() => worker.start({ quiet: true, onUnhandledRequest: 'error' }));
2121
hooks.afterEach(() => worker.resetHandlers());
2222
hooks.afterEach(() => db.reset());
23-
hooks.after(() => worker.stop());
2423

2524
hooks.beforeEach(function () {
2625
this.worker = worker;

0 commit comments

Comments
 (0)