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 c1bf0fb commit c3815e8Copy full SHA for c3815e8
tests/acceptance/404-test.js
@@ -6,7 +6,7 @@ import percySnapshot from '@percy/ember';
6
import { setupApplicationTest } from 'crates-io/tests/helpers';
7
8
module('Acceptance | 404', function (hooks) {
9
- setupApplicationTest(hooks);
+ setupApplicationTest(hooks, { msw: true });
10
11
test('/unknown-route shows a 404 page', async function (assert) {
12
await visit('/unknown-route');
0 commit comments