idraw/jest.e2e.config.js
2023-02-12 13:34:06 +08:00

11 lines
363 B
JavaScript

module.exports = {
// "collectCoverage": true,
testEnvironment: 'jsdom',
testTimeout: 2 * 60 * 1000,
moduleFileExtensions: ['js', 'ts'],
modulePaths: ['<rootDir>'],
testRegex: '/__tests__/e2e.test.ts$'
// testRegex: '/__tests__/(.*)\\.test.ts$'
// "testRegex": "(/packages/idraw/__tests__/.*)\\.test.ts$",
// setupFiles: ['jest-canvas-mock']
};