6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
|
module.exports = {
|
||
|
preset: "jest-puppeteer",
|
||
|
testMatch: ["<rootDir>/test/**/*.spec.[jt]s?(x)"],
|
||
|
setupFiles: ["dotenv/config"]
|
||
|
};
|