Skip to content

Commit

Permalink
Remove debug flag from test
Browse files Browse the repository at this point in the history
This was causing unnecessary output on CI
  • Loading branch information
FelixHenninger committed Mar 22, 2022
1 parent 859afe6 commit 489f862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/library/test/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ describe('Plugins', () => {
...options,
})
c = new lab.core.Dummy({
debug: true,
plugins: [ p ],
})

Expand Down

0 comments on commit 489f862

Please sign in to comment.