mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 17:01:57 +03:00
044652e8d0
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
11 lines
341 B
JSON
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": "../../" }]]
|
|
} |