We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafd8a0 commit 14632e4Copy full SHA for 14632e4
test/notify.js
@@ -70,7 +70,7 @@ test('shouldNotifyInNpmScript should default to false', t => {
70
t.not(stripAnsi(errorLogs).indexOf('Update available'), -1);
71
});
72
73
-test('suppress output when running as npm script', t => {
+test.failing('suppress output when running as npm script', t => {
74
setupTest(true);
75
const notifier = new Control();
76
notifier.notify({defer: false});
0 commit comments