From 14632e4a2a829d728daf81e42a5f60121fee0141 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 7 Apr 2019 22:08:11 +0800 Subject: [PATCH] Add failing test for #153 (#154) --- test/notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/notify.js b/test/notify.js index 3f9efde..0236079 100644 --- a/test/notify.js +++ b/test/notify.js @@ -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});