Skip to content

Commit 14632e4

Browse files
LitoMoresindresorhus
authored andcommitted
Add failing test for #153 (#154)
1 parent aafd8a0 commit 14632e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/notify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test('shouldNotifyInNpmScript should default to false', t => {
7070
t.not(stripAnsi(errorLogs).indexOf('Update available'), -1);
7171
});
7272

73-
test('suppress output when running as npm script', t => {
73+
test.failing('suppress output when running as npm script', t => {
7474
setupTest(true);
7575
const notifier = new Control();
7676
notifier.notify({defer: false});

0 commit comments

Comments
 (0)