mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
11 lines
363 B
JavaScript
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']
|
|
};
|