.yo-rc.json 300 B

1234567891011
  1. {
  2. "generator-karma": {
  3. "base-path": "../",
  4. "frameworks": "jasmine",
  5. "browsers": "PhantomJS",
  6. "app-files": "app/scripts/**/*.js",
  7. "files-comments": "bower:js,endbower",
  8. "bower-components-path": "bower_components",
  9. "test-files": "test/mock/**/*.js,test/spec/**/*.js"
  10. }
  11. }