leaky-ships/leaky-ships/jest-puppeteer.config.cjs

6 lines
131 B
JavaScript

/** @type {import('jest-environment-puppeteer').JestPuppeteerConfig} */
module.exports = {
launch: {
headless: "new",
},
}