Closed josebolos closed 4 years ago
Missing dependency mocha-phantomjs-core causes client side tests to fail on apps build with shunter.
This may have been caused by #218.
$ make test-client > running client-side unit tests module.js:478 throw err; ^ Error: Cannot find module 'mocha-phantomjs-core' at Function.Module._resolveFilename (module.js:476:15) at Function.resolve (internal/module.js:27:19)
Related: #289.
Fixed by #313, released in v4.13.1.
Missing dependency mocha-phantomjs-core causes client side tests to fail on apps build with shunter.
This may have been caused by #218.
Related: #289.