platform/server-plugins/drive/jest.config.js

8 lines
184 B
JavaScript
Raw Normal View History

2024-05-18 15:46:52 +03:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
roots: ["./src"],
coverageReporters: ["text-summary", "html"]
}