Skip to content

Commit e5e4a68

Browse files
committed
Test app needs to use an LTS of ember-cli
1 parent b370778 commit e5e4a68

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@glimmer/tracking": "^1.1.2",
3636
"concurrently": "^8.0.1",
3737
"ember-auto-import": "^2.6.3",
38-
"ember-cli": "~4.12.1",
38+
"ember-cli": "~4.12.2",
3939
"ember-cli-app-version": "^6.0.0",
4040
"ember-cli-babel": "^7.26.11",
4141
"ember-cli-dependency-checker": "^3.3.1",

test-app/tests/test-helper.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* globals Testem */
21
import * as QUnit from 'qunit';
32
import Ember from 'ember';
43
import { isSettled, getSettledState } from '@ember/test-helpers';
@@ -104,7 +103,3 @@ start({
104103
// (we probably don't need to anymore since ember-qunit handles it)
105104
setupEmberTesting: false,
106105
});
107-
108-
if (typeof Testem !== 'undefined') {
109-
Testem.hookIntoTestFramework();
110-
}

0 commit comments

Comments
 (0)