mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 03:51:21 -05:00
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:
committed by
Lachlan Miller
parent
dd44be211e
commit
28a912354b
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user