test: node_modules installs for system-tests, other improvements (#18574)

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
This commit is contained in:
Zach Bloomquist
2021-11-24 20:10:28 +00:00
committed by Lachlan Miller
parent dd44be211e
commit 28a912354b
65 changed files with 7172 additions and 329 deletions
@@ -0,0 +1,10 @@
{
"name": "@test-project/webpack-preprocessor",
"version": "0.0.0-test",
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@cypress/webpack-preprocessor": "file:../../../npm/webpack-preprocessor",
"babel-loader": "8.1.0"
}
}