TypeScript-Node-Starter icon indicating copy to clipboard operation
TypeScript-Node-Starter copied to clipboard

jest set up in package.json is deprecated

Open cto1 opened this issue 8 years ago • 0 comments
trafficstars

"jest": { "globals": { "TS_CONFIG": "tsconfig.json" },

needs replacing with

"jest": { "globals": { "ts-jest": { "tsConfigFile": "tsconfig.json" }

cto1 avatar Aug 14 '17 11:08 cto1