Skip to content

Commit

Permalink
silence logs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 5, 2024
1 parent a5b183d commit 286a788
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/utils/createUwave.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ async function createUwave(name, options) {
sqlite: ':memory:',
mongo: null,
secret: Buffer.from(`secret_${name}`),
logger: {
level: 'silent',
},
});

uw.use(testPlugin);
Expand Down

0 comments on commit 286a788

Please sign in to comment.