TypeScript-Node-Starter
TypeScript-Node-Starter copied to clipboard
jest set up in package.json is deprecated
trafficstars
"jest": { "globals": { "TS_CONFIG": "tsconfig.json" },
needs replacing with
"jest": { "globals": { "ts-jest": { "tsConfigFile": "tsconfig.json" }