platform/server/collaborator/jest.config.js
Alexander Onnikov f85da1de91
UBERF-4569 Extract collaborator to server package (#4179)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-12-12 15:16:06 +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"]
}