Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Add ember-concurrency to test-app
Browse files Browse the repository at this point in the history
While all tests and everything from common worked well the tasks within
the test app, such as login controller, didn't get transpiled correctly.
Adding a direct dependency on this addon fixed that.
  • Loading branch information
jrjohnson committed Jan 25, 2024
1 parent 3c55b00 commit 3fdb9db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"ember-cli-server-variables": "^3.0.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-concurrency": "^3.0.0",
"ember-data": "~5.3.0",
"ember-fetch": "^8.1.2",
"ember-load-initializers": "^2.1.2",
Expand Down
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fdb9db

Please sign in to comment.