Skip to content

Commit

Permalink
Move the tests one level up
Browse files Browse the repository at this point in the history
`qunit` in path is now redundant as it is the only supported testing
framework now,
  • Loading branch information
andreyfel committed Dec 29, 2023
1 parent fdbff8c commit e12964e
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions node-tests/acceptance/exam-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,16 +514,16 @@ describe('Acceptance | Exam Command', function () {
executionMapping: {
1: [
'ember-test',
'dummy/tests/unit/qunit/test-loader-test',
'dummy/tests/unit/qunit/multiple-edge-cases-test',
'dummy/tests/unit/qunit/multiple-ember-tests-test',
'dummy/tests/unit/test-loader-test',
'dummy/tests/unit/multiple-edge-cases-test',
'dummy/tests/unit/multiple-ember-tests-test',
],
2: [
'dummy/tests/unit/qunit/multiple-tests-test',
'dummy/tests/unit/qunit/testem-output-test',
'dummy/tests/unit/qunit/weight-test-modules-test',
'dummy/tests/unit/qunit/async-iterator-test',
'dummy/tests/unit/qunit/filter-test-modules-test',
'dummy/tests/unit/multiple-tests-test',
'dummy/tests/unit/testem-output-test',
'dummy/tests/unit/weight-test-modules-test',
'dummy/tests/unit/async-iterator-test',
'dummy/tests/unit/filter-test-modules-test',
],
},
};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e12964e

Please sign in to comment.