platform/plugins/export/jest.config.js
Anna Khismatullina 372c5d78af
Support export talents to CSV with filters (#8273)
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
2025-03-20 00:35:57 +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"]
}