Skip to content

Commit e9715f4

Browse files
committed
Inject test-helpers in the test-app
1 parent bb4517c commit e9715f4

2 files changed

Lines changed: 42 additions & 4 deletions

File tree

test-app/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"test": "ember test",
2323
"test:ember": "ember test"
2424
},
25+
"dependenciesMeta": {
26+
"@ember/test-helpers": {
27+
"injected": true
28+
}
29+
},
2530
"devDependencies": {
2631
"@babel/eslint-parser": "^7.21.3",
2732
"@babel/plugin-proposal-decorators": "^7.21.0",

test-app/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)