Skip to content

Commit c3815e8

Browse files
committed
tests/acceptance/404: Migrate from mirage to @crates-io/msw
1 parent c1bf0fb commit c3815e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/404-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import percySnapshot from '@percy/ember';
66
import { setupApplicationTest } from 'crates-io/tests/helpers';
77

88
module('Acceptance | 404', function (hooks) {
9-
setupApplicationTest(hooks);
9+
setupApplicationTest(hooks, { msw: true });
1010

1111
test('/unknown-route shows a 404 page', async function (assert) {
1212
await visit('/unknown-route');

0 commit comments

Comments
 (0)