platform/pods/collaborator/jest.config.js
Alexander Onnikov d0e2946bfe
UBERF-4569 Move collaborator to platform (#4177)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-12-12 13:17:22 +07:00

8 lines
184 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
roots: ["./src"],
coverageReporters: ["text-summary", "html"]
}