Skip to content

Commit 8cc8ce8

Browse files
committed
Update test to reflect webpack now using the appropriate exit codes
1 parent 6e0ed17 commit 8cc8ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ test('error handling', function (t) {
8484
fs.unlinkSync(output)
8585
} catch (e) {}
8686

87-
t.equal(code, 0, 'exit code zero (they should probably fix that...)')
87+
t.equal(code, 2, 'exit code was 2')
8888
})
8989
})

0 commit comments

Comments
 (0)