Mercurial > code > home > repos > streamed-graph
view jest.config.js @ 27:e0f5da648199
fix getter, startup expanded state, better display before 1st data (but that one might not work)
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 Dec 2019 23:53:56 -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', } } };