platform/plugins/support-assets/jest.config.js

8 lines
184 B
JavaScript
Raw Permalink Normal View History

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