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

SSC-01-01.al.owl.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',
      }],
    };