Skip to content

Commit

Permalink
chore: attempt to fix appveyor (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 5, 2017
1 parent bbadc1f commit 2d92501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nyc-bin.js
Expand Up @@ -144,7 +144,7 @@ describe('the nyc cli', function () {

it('fails when the expected file coverage is below a threshold', function (done) {
var args = [bin, '--check-coverage', '--lines', '51', '--per-file', process.execPath, './half-covered.js']
var matcher = RegExp('ERROR: Coverage for lines \\(50%\\) does not meet threshold \\(51%\\) for .+/half-covered.js')
var matcher = RegExp('ERROR: Coverage for lines \\(50%\\) does not meet threshold \\(51%\\) for .+half-covered.js')

var proc = spawn(process.execPath, args, {
cwd: fixturesCLI,
Expand Down

0 comments on commit 2d92501

Please sign in to comment.