Replace app.js with webpack-dev-server (#5797)

This commit is contained in:
Scott Bell
2022-09-30 17:17:02 +02:00
committed by GitHub
parent 35c42ba43d
commit 2bdac56505
25 changed files with 107 additions and 499 deletions

View File

@@ -23,7 +23,7 @@
/*
This test suite is dedicated to testing our use of the playwright framework as it
relates to how we've extended it (i.e. ./e2e/baseFixtures.js) and assumptions made in our dev environment
(app.js and ./e2e/webpack-dev-middleware.js)
(`npm start` and ./e2e/webpack-dev-middleware.js)
*/
const { test } = require('../../baseFixtures.js');