2021-10-08 01:35:04 -04:00
|
|
|
module.exports = {
|
|
|
|
"verbose": true,
|
|
|
|
"preset": "jest-puppeteer",
|
|
|
|
"globals": {
|
|
|
|
"__DEV__": true
|
|
|
|
},
|
2021-10-08 03:11:50 -04:00
|
|
|
"testRegex": "./test/e2e.spec.js",
|
2021-10-08 01:35:04 -04:00
|
|
|
"rootDir": ".",
|
|
|
|
"testTimeout": 30000,
|
|
|
|
};
|
|
|
|
|