Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
test: disable logger during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 17, 2022
1 parent f4887db commit 5e75738
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bin/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ const { configure } = require('japa')

configure({
files: ['test/**/*.spec.ts'],
before: [
() => {
require('../src/disableLogger')
},
],
})

0 comments on commit 5e75738

Please sign in to comment.