install wp-env

This commit is contained in:
Darren Ethier 2020-05-24 20:01:51 -04:00
parent 1d216d3a98
commit 6e9dabf366
No known key found for this signature in database
GPG Key ID: 2D2A99358464C9D6
2 changed files with 1159 additions and 1 deletions

1158
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,7 @@
"build-watch": "grunt watch",
"build:zip": "./bin/build-zip.sh",
"lint:js": "eslint assets/js --ext=js",
"wp-env": "wp-env",
"docker:up": "npm explore @woocommerce/e2e-environment -- npm run docker:up",
"docker:down": "npm explore @woocommerce/e2e-environment -- npm run docker:down",
"test:e2e": "npm explore @woocommerce/e2e-environment -- npm run test:e2e",
@ -31,6 +32,7 @@
"@jest/test-sequencer": "^25.0.0",
"@woocommerce/e2e-environment": "file:tests/e2e/env",
"@wordpress/e2e-test-utils": "4.3.1",
"@wordpress/env": "^1.3.0",
"autoprefixer": "9.7.5",
"babel-eslint": "10.1.0",
"chai": "4.2.0",