generator-angular icon indicating copy to clipboard operation
generator-angular copied to clipboard

npm test for Gulp

Open penx opened this issue 9 years ago • 1 comments

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

penx avatar Feb 19 '16 14:02 penx

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.

vpArth avatar May 17 '16 06:05 vpArth