Skip to content

Commit

Permalink
nyc calls mocha directly
Browse files Browse the repository at this point in the history
  • Loading branch information
yvo-niedrich committed Oct 30, 2016
1 parent ec842b4 commit ccb3338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion softvis3d-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>run test:coverage -- -- --reporter=spec</arguments>
<arguments>run test:coverage -- --reporter=spec</arguments>
</configuration>
</execution>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion softvis3d-frontend/src/main/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:force": "webpack --progress --colors --prod",
"lint": "tslint \"src/**/*.ts?(x)\" && shx echo \"[tslint] Lint successful\"",
"test": "mocha",
"test:coverage": "nyc npm test",
"test:coverage": "nyc mocha",
"posttest:coverage": "shx rm -r .nyc_output"
},
"author": "Yvo Niedrich <yvo.niedrich@gmail.com>",
Expand Down

0 comments on commit ccb3338

Please sign in to comment.