We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf69d8 commit 947b68bCopy full SHA for 947b68b
circle.yml
@@ -56,4 +56,4 @@ jobs:
56
- ~/generator-angular-fullstack/test/fixtures/node_modules
57
58
- run: gulp build
59
- - run: gulp test
+ - run: npm test
package.json
@@ -31,7 +31,8 @@
31
"url": "git://github.com/angular-fullstack/generator-angular-fullstack.git"
32
},
33
"scripts": {
34
- "test": "gulp updateFixtures:test && gulp installFixtures && gulp build && gulp test",
+ "pre-test": "gulp updateFixtures:test && gulp installFixtures && gulp build",
35
+ "test": "mocha --require should --require babel-register --require ./mocha.conf --reporter spec --timeout 120000 test/pre.test.js test/*.test.js",
36
"prepublish": "gulp build"
37
38
"dependencies": {
0 commit comments