-
-
Notifications
You must be signed in to change notification settings - Fork 9
could not find module chai
(new module unification)
#37
Comments
@efx I'm surprised moving to module unification would break this kind of import. Scanning the code I think this simply needs to be debugged. I don't see anything in that |
thanks folks. ah, interesting @mixonic. I can hop on ember slack for quicker back and forth then post conclusion here. |
I was mistaken about not being included in the app. Chai does appear in |
Turns out running |
Removing the test files from |
I'm closing this because the underlying issue appears caused by the initializer loading. |
I started migrating our app using https://github.com/rwjblue/ember-module-migrator/ and the https://github.com/emberjs/ember-module-unification-blueprint. The app builds successfully, but fails to load from the following error:
The import lines in that test file are:
Our project's vendor.js does not appear to have chai loaded. This is a private repo but I am happy to test it / move this issue to a more relevant location.
The text was updated successfully, but these errors were encountered: