Skip to content

Commit

Permalink
updated testdouble dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner committed Jan 24, 2024
1 parent 790a84d commit c0efad1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"release-it-lerna-changelog": "^4.0.1",
"rollup": "^2.63.0",
"scenario-tester": "^2.0.1",
"testdouble": "^3.16.4",
"testdouble": "^3.20.1",
"testdouble-qunit": "^3.0.3",
"webpack": "^5.65.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"qunit-console-grouper": "^0.3.0",
"qunit-dom": "^1.6.0",
"scenario-tester": "^2.0.1",
"testdouble": "^3.16.4",
"testdouble": "^3.20.1",
"testdouble-qunit": "^3.0.3",
"webpack": "^5.65.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test-app/tests/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import * as QUnit from 'qunit';
import { setApplication } from '@ember/test-helpers';
import { setup } from 'qunit-dom';
import { start } from 'ember-qunit';

import * as td from 'testdouble';
import installVerifyAssertion from 'testdouble-qunit';
import td from 'testdouble';

installVerifyAssertion(QUnit, td);

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

0 comments on commit c0efad1

Please sign in to comment.