Skip to content
Snippets Groups Projects
Select Git revision
  • 5ee5a5db43030fa64f285b1dd5aba6436b17808c
  • main default protected
2 results

SSC-01-04.amr.ttl

Blame
  • jest-puppeteer.config.js 209 B
    module.exports = {
      launch: {
        headless: process.env.HEADLESS !== 'false',
      },
      server: [{
        command: 'npm run server -- -p 4488',
        port: 4488,
      },
      {
        command: 'npm run server:json',
      }],
    };