You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
Background on this: right now tests are handled by karma, which invokes rollup to generate index.js and dist.js, but for tests it does not do any sort of bundling and instead just injects the test file, qunit.js, etc into its constructed tests page. I'm looking into maybe moving from karma to testem to hopefully get to use some of the ember stuff around building test files, too.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be helpful for us to be able to use import statements within the tests, the same way we can in
app/js/index.js
for example.The text was updated successfully, but these errors were encountered: