Skip to content

Commit

Permalink
Merge pull request #493 from retailnext/renovate/ember-qunit-9.x
Browse files Browse the repository at this point in the history
Update dependency ember-qunit to v9
  • Loading branch information
andreyfel authored Dec 26, 2024
2 parents 50744ab + da16377 commit 4675d30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
21 changes: 5 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ember-load-initializers": "3.0.1",
"ember-modifier": "4.2.0",
"ember-page-title": "8.2.3",
"ember-qunit": "8.1.1",
"ember-qunit": "9.0.1",
"ember-resolver": "13.1.0",
"ember-source": "6.0.1",
"ember-source-channel-url": "3.0.0",
Expand Down
6 changes: 5 additions & 1 deletion test-app/tests/test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import config from 'test-app/config/environment';
import * as QUnit from 'qunit';
import { setApplication } from '@ember/test-helpers';
import { setup } from 'qunit-dom';
import { start } from 'ember-qunit';
import { loadTests } from 'ember-qunit/test-loader';
import { start, setupEmberOnerrorValidation } from 'ember-qunit';

setupEmberOnerrorValidation();
loadTests();

setApplication(Application.create(config.APP));

Expand Down

0 comments on commit 4675d30

Please sign in to comment.