Skip to content

Commit 3b96929

Browse files
committed
tests/routes/support: Migrate from mirage to @crates-io/msw
1 parent 1cfc6ec commit 3b96929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/routes/support-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { setupApplicationTest } from 'crates-io/tests/helpers';
88
import { visit } from '../helpers/visit-ignoring-abort';
99

1010
module('Route | support', function (hooks) {
11-
setupApplicationTest(hooks);
11+
setupApplicationTest(hooks, { msw: true });
1212

1313
test('should not retain query params when exiting and then returning', async function (assert) {
1414
await visit('/support?inquire=crate-violation');

0 commit comments

Comments
 (0)