openscad-playground/jest.config.js
2025-03-25 23:56:02 +00:00

7 lines
168 B
JavaScript

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