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
When PhantomJS uses webpack to build before running any tests, when it fails to find a file it stalls. This is causing issues on my build server which is hanging until I manually kill it.
12:02:23.598 Module not found: Error: Cannot resolve 'file' or 'directory' ...
Is there any solution to this? I already have bail: true in my webpack config for karma.
The text was updated successfully, but these errors were encountered:
When PhantomJS uses webpack to build before running any tests, when it fails to find a file it stalls. This is causing issues on my build server which is hanging until I manually kill it.
12:02:23.598 Module not found: Error: Cannot resolve 'file' or 'directory' ...
Is there any solution to this? I already have
bail: true
in my webpack config for karma.The text was updated successfully, but these errors were encountered: