openscad-playground/jest.config.js
2025-01-02 21:00:27 +01:00

9 lines
153 B
JavaScript

/** @type {import('jest').Config} */
const config = {
preset: "jest-puppeteer",
testMatch: [
"**/tests/**/*.js",
],
};
export default config;