mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
9 lines
305 B
JavaScript
9 lines
305 B
JavaScript
module.exports = {
|
|
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']
|
|
};
|