platform/services/export/pod-export/jest.config.js
Denis Tingaikin b885d355b0
use blob url for videoMeta (#8285)
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
2025-03-20 01:09:33 +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"]
}