platform/services/export/pod-export/jest.config.js
Alexander Onnikov f24ecc3515
port huly stream video to staging (#8419)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
Co-authored-by: Denis Tingaikin <denis.tingajkin@xored.com>
2025-04-02 00:15:49 +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"]
}