Skip to content

Commit

Permalink
Add failing test for #153 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored and sindresorhus committed Apr 7, 2019
1 parent aafd8a0 commit 14632e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notify.js
Expand Up @@ -70,7 +70,7 @@ test('shouldNotifyInNpmScript should default to false', t => {
t.not(stripAnsi(errorLogs).indexOf('Update available'), -1);
});

test('suppress output when running as npm script', t => {
test.failing('suppress output when running as npm script', t => {
setupTest(true);
const notifier = new Control();
notifier.notify({defer: false});
Expand Down

0 comments on commit 14632e4

Please sign in to comment.