Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 22:e90d9021c6a0
add back s-g code; this breaks the build a little. WIP
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 Dec 2019 01:39:29 -0800 |
parents | 94629c39681c |
children | 45ed53428e74 db0e9cbf52e5 |
line wrap: on
line source
module.exports = { transform: { "^.+\\.tsx?$": "ts-jest" }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", testPathIgnorePatterns: ["/lib/", "/node_modules/"], moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], collectCoverage: true, globals: { 'ts-jest': { packageJson: 'package.json', } } };