UNPKG

simplest-fancy-logger

Version:

A lightweight and easy-to-use logging library for Node.js applications

9 lines (6 loc) 142 B
import type { Config } from "jest" const config: Config = { preset: "ts-jest", testEnvironment: "node", } export default config