Skip to content

Commit

Permalink
deps: upgrade istanbul to 1.1.0-alpha.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and popomore committed Mar 9, 2017
1 parent 234c911 commit 044669f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"egg-utils": "^2.0.0",
"glob": "^7.1.1",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.5",
"istanbul": "^1.1.0-alpha.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"mz": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion test/egg-cov.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('egg-bin cov', () => {
.expect('stdout', /✓ should success/)
.expect('stdout', /a\.test\.js/)
.expect('stdout', /b\/b\.test\.js/)
.expect('stdout', /Statements {3}: 100% \( 0\/0 \)/)
.expect('stdout', /Statements {3}: Unknown% \( 0\/0 \)/)
.expect('code', 0)
.end((err, res) => {
assert(!err);
Expand Down

0 comments on commit 044669f

Please sign in to comment.