UNPKG

logmessage-cls-hooked

Version:

A LogRoot Method Decorator that uses cls-hooked to handle and propagate log message details between different methods deeper in the callstack, removing the need to propagate a paremeter just for logging purposes

10 lines (9 loc) 191 B
import type { Config } from "@jest/types"; // Sync object const config: Config.InitialOptions = { verbose: true, transform: { "^.+\\.tsx?$": "ts-jest", }, }; export default config;