How do I fix my generator-angular project so that grunt test works?

前端 未结 3 419
情书的邮戳
情书的邮戳 2021-02-03 21:10

I am working off of this tutorial: http://www.sitepoint.com/kickstart-your-angularjs-development-with-yeoman-grunt-and-bower/ as a means to understand what files are created usi

3条回答
  •  孤城傲影
    2021-02-03 21:44

    The github issue pointed out by @Jim Schubert has this comment:

    The full list of karma dependencies that I needed to install to get tests working (coffeescript).

    npm install --save-dev karma-chrome-launcher karma-firefox-launcher karma-safari-launcher karma-opera-launcher karma-ie-launcher karma-jasmine karma-coffee-preprocessor
    

提交回复
热议问题