generator-angular
generator-angular copied to clipboard
npm test for Gulp
When using the generator and selecting "Gulp", the following is added to package.json:
"scripts": {
"test": "grunt test"
}
This should be replaced with gulp test
Was not it fixed?
I have "karma start test/karma.conf.js" as npm test in recent generated one.
But test/karma.conf.js has nothing related bower_components injection. So it still does not work.