Skip to content

Commit

Permalink
Merge pull request #432 from Turbo87/fix-ci
Browse files Browse the repository at this point in the history
Replace `ember-cli-qunit` with `ember-qunit`
  • Loading branch information
Turbo87 authored Nov 11, 2019
2 parents 8be61fa + 9b2f3f3 commit d4b2c8e
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 228 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"ember-cli-htmlbars": "^3.1.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.2",
"ember-cli-inject-live-reload": "^2.0.1",
"ember-cli-qunit": "^4.0.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-load-initializers": "^2.1.0",
"ember-qunit": "^4.6.0",
"ember-resolver": "^5.2.1",
"ember-source": "~3.12.0",
"ember-source-channel-url": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-helper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import resolver from './helpers/resolver';
import { setResolver } from '@ember/test-helpers';
import { start } from 'ember-cli-qunit';
import { start } from 'ember-qunit';

setResolver(resolver);
start();
Loading

0 comments on commit d4b2c8e

Please sign in to comment.