platform/packages/platform-rig/profiles/default/config/jest.config.json
Andrey Platov 044652e8d0
add platform package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 03:40:40 +02:00

11 lines
341 B
JSON

{
"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": "../../" }]]
}