-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
I bumped ember-cli to v5+ in ember-source and the pod related tests no longer work as expected.
The setupPodConfig
util no longer works since the disableAnalytics
key has been removed from the .ember-cli config file.
replaceFile('.ember-cli', '"disableAnalytics": false', '"disableAnalytics": false,\n"usePods" : true\n'); |
We should update that so it doesn't depend on the contents of the .ember-cli file
Metadata
Metadata
Assignees
Labels
No labels