Add tests

This commit is contained in:
2025-06-09 00:00:24 +02:00
parent 5886934182
commit e395abded4
3 changed files with 230 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import {Console} from 'logger-console'
import {Level, writers} from 'log'
const logger = new Console({minLevel: Level.TRACE, with_color: true})
writers.set('console', logger)