webamp/jest-puppeteer.config.js
2019-03-19 06:55:24 -07:00

9 lines
280 B
JavaScript

module.exports = {
server: {
// Note: We require the the build be run before these tests.
// TODO: Figure out how to get this command to run the buil.
command: "npm run serve",
port: 8080, // Jest Puppeteer will wait 5000ms for this port to come online.
},
};