Skip to content

Commit

Permalink
explicitly add @ember/test-helpers to devDependencies in test-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed May 13, 2023
1 parent 8f46faf commit df8ce04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-packages/basic-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"@ember/test-helpers": "^2.6.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.1.0",
Expand Down
1 change: 1 addition & 0 deletions test-packages/custom-fastboot-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"@ember/test-helpers": "^2.6.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.1.0",
Expand Down
1 change: 1 addition & 0 deletions test-packages/custom-sandbox-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"@ember/test-helpers": "^2.6.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.1.0",
Expand Down
1 change: 1 addition & 0 deletions test-packages/ember-cli-fastboot-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"@ember/test-helpers": "^2.6.0",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^1.5.3",
Expand Down

0 comments on commit df8ce04

Please sign in to comment.