Skip to content

Commit

Permalink
ember-qunit: Adjust to breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 18, 2024
1 parent 0db5748 commit c605cea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-helper.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { setApplication } from '@ember/test-helpers';
import start from 'ember-exam/test-support/start';
import { setupEmberOnerrorValidation } from 'ember-qunit';
import * as QUnit from 'qunit';

import { forceModulesToBeLoaded, sendCoverage } from 'ember-cli-code-coverage/test-support';
import { loadTests } from 'ember-qunit/test-loader';
import { setup } from 'qunit-dom';

import Application from '../app';
Expand All @@ -19,4 +21,6 @@ QUnit.done(async function () {
await sendCoverage();
});

setupEmberOnerrorValidation();
loadTests();
start();

0 comments on commit c605cea

Please sign in to comment.