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 May 5, 2017
1 parent b7ccacb commit f9a8b8c
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 @@ -16,7 +16,7 @@
"egg-utils": "^1.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",
"power-assert": "^1.4.2",
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 f9a8b8c

Please sign in to comment.