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 1b0bb8e commit c3a2c10Copy full SHA for c3a2c10
tests/acceptance/keyword-test.js
@@ -9,10 +9,10 @@ import { setupApplicationTest } from 'crates-io/tests/helpers';
9
import axeConfig from '../axe-config';
10
11
module('Acceptance | keywords', function (hooks) {
12
- setupApplicationTest(hooks);
+ setupApplicationTest(hooks, { msw: true });
13
14
test('keyword/:keyword_id index default sort is recent-downloads', async function (assert) {
15
- this.server.create('keyword', { keyword: 'network' });
+ this.db.keyword.create({ keyword: 'network' });
16
17
await visit('/keywords/network');
18
0 commit comments