This commit is contained in:
Jordan Eldredge 2019-12-19 06:42:14 -08:00
parent e8c225e8f5
commit 4518c49371

View file

@ -1,7 +1,7 @@
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.
// TODO: Figure out how to get this command to run the build.
command: "npm run serve",
port: 8080, // Jest Puppeteer will wait 5000ms for this port to come online.
},