This commit is contained in:
2024-09-09 04:04:04 +02:00
parent a07df70d8d
commit 8c8c69f4db
2 changed files with 13 additions and 13 deletions
+1 -4
View File
@@ -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)