Merge branch 'feat_module' of github.com:Rotzbua/openscad-playground into Rotzbua-feat_module

This commit is contained in:
Torsten Paul 2025-04-20 21:56:33 +02:00
commit 4cbb2c7594
5 changed files with 35 additions and 19 deletions

View file

@ -1,4 +1,5 @@
module.exports = {
/** @type {import('jest-environment-puppeteer').JestPuppeteerConfig} */
const config = {
launch: {
headless: process.env.CI === "true",
args: [
@ -12,3 +13,5 @@ module.exports = {
launchTimeout: 180000,
},
};
export default config;