LouisLam
3 years ago
7 changed files with 33 additions and 14 deletions
@ -0,0 +1,15 @@ |
|||
module.exports = { |
|||
"verbose": true, |
|||
"preset": "jest-puppeteer", |
|||
"globals": { |
|||
"__DEV__": true |
|||
}, |
|||
"testRegex": "./test/*.spec.js", |
|||
"rootDir": ".", |
|||
"testTimeout": 30000, |
|||
"transform": { |
|||
"^.+\\.js$": "babel-jest", |
|||
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub" |
|||
} |
|||
}; |
|||
|
Loading…
Reference in new issue