UNPKG

term-kitty-img

Version:

Show images in your kitty terminal

29 lines (28 loc) 711 B
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ /* https://jestjs.io/docs/configuration */ module.exports = { clearMocks: true, // collectCoverage: true, // collectCoverageFrom: undefined, // coverageDirectory: "coverage", // coveragePathIgnorePatterns: [ // "/node_modules/" // ], coverageReporters: ["json-summary", "text"], errorOnDeprecated: true, // globalSetup: undefined, // globalTeardown: undefined, // globals: {}, // moduleFileExtensions: [ // "js", // "jsx", // "ts", // "tsx", // "json", // "node" // ], preset: "ts-jest", testEnvironment: "node", testMatch: ["<rootDir>/src/**/*.test.[tj]s?(x)"], // timers: "real" };