Skip to content

Commit c370dfa

Browse files
committed
remove unused ember-exam
1 parent fc8a57b commit c370dfa

File tree

3 files changed

+0
-60
lines changed

3 files changed

+0
-60
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"ember-concurrency": "^2.3.7",
8989
"ember-data": "~3.28.6",
9090
"ember-data-fastboot": "https://github.com/cardstack/ember-data-fastboot#6e6fb8bbf0b405ae174160cc1e4833c5582f68cd",
91-
"ember-exam": "^1.0.0",
9291
"ember-export-application-global": "^2.0.1",
9392
"ember-fetch": "^8.1.1",
9493
"ember-inflector": "^3.0.0",

pnpm-lock.yaml

Lines changed: 0 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test-helper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import * as QUnit from 'qunit';
44
import { setApplication } from '@ember/test-helpers';
55
import { setup } from 'qunit-dom';
66
import { start } from 'ember-qunit';
7-
import loadEmberExam from 'ember-exam/test-support/load';
8-
loadEmberExam();
97
setApplication(Application.create(config.APP));
108

119
setup(QUnit.assert);

0 commit comments

Comments
 (0)