jamesdanylik/www-jamesdanylik-com

View on GitHub
jest-puppeteer.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  server: {
    command: "./node_modules/.bin/gatsby serve",
    port: 9000,
    launchTimeout: 30000
  }
};