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 was archived by the owner on Sep 7, 2018. It is now read-only.
Is it possible to test code that is written using es6 module import statements?
For now, I'm generating a compiled version of my code under test, putting it all into one file, and testing that, however, it would be great if I could test the original code directly.
Is it possible to test code that is written using es6 module import statements?
For now, I'm generating a compiled version of my code under test, putting it all into one file, and testing that, however, it would be great if I could test the original code directly.