cabana/jest-puppeteer.config.js

9 lines
157 B
JavaScript
Raw Permalink Normal View History

module.exports = {
server: {
command: 'PORT=3002 env-cmd .env.staging craco start',
port: 3002,
launchTimeout: 10000,
debug: true,
},
};