Skip to content

Commit a91d51e

Browse files
committed
Remove redundant setupTest invocation.
This resolves the error when using ember-destroyable-polyfill and calling `setupContext` (from `@ember/test-helpers`) multiple times with the same test context.
1 parent 0afb285 commit a91d51e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/qunit/filter-test-modules-test.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ if (macroCondition(dependencySatisfies('ember-qunit', '*'))) {
77
let { setupTest } = importSync('ember-qunit');
88

99
module('Unit | Qunit | filter-test-modules', function(hooks) {
10-
setupTest(hooks);
11-
1210
module('covertFilePathToModulePath', function(hooks) {
1311
setupTest(hooks);
1412

0 commit comments

Comments
 (0)