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.
mirage
@crates-io/msw
1 parent 1cfc6ec commit 3b96929Copy full SHA for 3b96929
tests/routes/support-test.js
@@ -8,7 +8,7 @@ import { setupApplicationTest } from 'crates-io/tests/helpers';
8
import { visit } from '../helpers/visit-ignoring-abort';
9
10
module('Route | support', function (hooks) {
11
- setupApplicationTest(hooks);
+ setupApplicationTest(hooks, { msw: true });
12
13
test('should not retain query params when exiting and then returning', async function (assert) {
14
await visit('/support?inquire=crate-violation');
0 commit comments