I\'n having a problem when running some npm test. The error I\'m receiving is: \"NaCl helper process running without a sandbox!\", which is true, as I\'m running the browser
If you are using karma to run your tests, make sure you are using ChromeHeadless as the browser on karma.conf.js
ChromeHeadless
karma.conf.js