Are you using any other libraries that manipulate module loading? Those can cause unexpected “what do you mean that’s not defined” weirdness like this if they’re used in tests with async: true
.
1 Like
Are you using any other libraries that manipulate module loading? Those can cause unexpected “what do you mean that’s not defined” weirdness like this if they’re used in tests with async: true
.