From 4518c49371b4edefe3c1eea9212ef28b2bc3128e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 19 Dec 2019 06:42:14 -0800 Subject: [PATCH] Fix typo --- jest-puppeteer.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js index dda99d69..31b6ceb9 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -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. },