Skip to content

Commit

Permalink
fix: add mocha-junit-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 237b7e9 commit a1a4a08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,11 @@ class App extends Generator {
)
}
if (this.mocha) {
devDependencies.push('mocha', 'chai')
devDependencies.push(
'mocha',
'mocha-junit-reporter',
'chai',
)
if (this.type !== 'base') devDependencies.push(
'@dxcli/dev-test',
)
Expand Down

0 comments on commit a1a4a08

Please sign in to comment.