Skip to content

Commit 174fb74

Browse files
authored
refactor(config): expose root logger constant (#2422)
1 parent 0fb6b45 commit 174fb74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/logger.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ const buildOptions = () => ({
1313
targets: process.env.TS_JEST_LOG || undefined,
1414
})
1515

16-
/**
17-
* @internal
18-
*/
1916
export let rootLogger = createLogger(buildOptions())
2017

2118
backportTsJestDebugEnvVar(rootLogger)

0 commit comments

Comments
 (0)