contentz-tech/build

View on GitHub
jest-puppeteer.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  server: {
    command: "serve example/public",
    port: 5000,
  },
}