fmt
This commit is contained in:
+1
-4
@@ -1,8 +1,5 @@
|
||||
import {GlobalRegistrator} from '@happy-dom/global-registrator'
|
||||
import {Console} from 'logger-console'
|
||||
import {writers, Level} from 'log'
|
||||
|
||||
GlobalRegistrator.register()
|
||||
|
||||
const logger = new Console({ minLevel: Level.DEBUG, with_color: true })
|
||||
const logger = new Console({minLevel: Level.TRACE, with_color: true})
|
||||
writers.set('console', logger)
|
||||
|
||||
Reference in New Issue
Block a user