platform/server/collaboration/jest.config.js
Alexander Onnikov 83e7723f16
UBERF-5233 YDoc versioning (#4645)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2024-02-22 18:39:50 +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"]
}