platform/packages/platform-rig/profiles/default/config/jest.config.json

11 lines
341 B
JSON
Raw Normal View History

{
"extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json",
"testEnvironment": "node",
"roots": [
"<rootDir>/src"
],
"testMatch": ["**/?(*.)+(spec|test).[jt]s?(x)"],
"collectCoverage": true,
"coverageDirectory": "coverage",
"coverageReporters": ["text", ["lcov", { "projectRoot": "../../" }]]
}