Hello Bruno,
this is strange.
Are you using the latest master?
I pulled the latest master, did an npm install and then npm test
All tests passed correctly.
Can you do the same and let me know the result?
If that does not work you can try to isolate & debug those tests by editing the
build/tests.webpack.js file
like this
var context = require.context('../web/client/actions', true, /(locale-test\.jsx?)|(-test-chrome\.jsx?)$/);
context.keys().forEach(context);
module.exports = context;
and then run npm continuoustest
it will run the tests in watch mode by opening chrome