Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Sep 29, 2017
1 parent 209b784 commit 91104fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test.afterEach(() => {

test('use pretty boxen message by default', t => {
const notifier = new Control();
notifier.notify({defer: false});
notifier.notify({defer: false, isGlobal: true});

t.is(stripAnsi(errorLogs), `
Expand Down

0 comments on commit 91104fb

Please sign in to comment.