7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
module.exports = {
|
|
preset: "jest-puppeteer",
|
|
testMatch: [
|
|
"**/tests/**/*.js",
|
|
],
|
|
// Browser launch arguments are now defined in jest-puppeteer.config.js
|
|
};
|