UNPKG

magic-date

Version:

A simple date utility for javascript

15 lines (14 loc) 363 B
module.exports = { transform: { "^.+\\.tsx?$": "ts-jest" }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], moduleDirectories: ["node_modules"], testEnvironment: "node", globals: { "ts-jest": { diagnostics: false } } };