diff options
Diffstat (limited to 'log')
| -rw-r--r-- | log/test.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/log/test.ts b/log/test.ts index f9ab4222e..918368b97 100644 --- a/log/test.ts +++ b/log/test.ts @@ -5,6 +5,9 @@ import { BaseHandler } from "./handlers.ts"; import { LogRecord } from "./logger.ts"; import { LogLevel } from "./levels.ts"; +import "./handlers_test.ts"; +import "./logger_test.ts"; + // constructor(levelName: string, options: HandlerOptions = {}) { // this.level = getLevelByName(levelName); // this.levelName = levelName; |
