mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
79659c4c32
Signed-off-by: Artem Savchenko <armisav@gmail.com>
8 lines
184 B
JavaScript
8 lines
184 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
|
|
roots: ["./src"],
|
|
coverageReporters: ["text-summary", "html"]
|
|
}
|