Let Jest install its own regenerator-runtime dep

See: https://jestjs.io/docs/en/getting-started
Note: Explicitly installing regenerator-runtime is not needed if you use npm 3 or 4 or Yarn
This commit is contained in:
Ronan Jouchet 2018-12-01 00:15:13 -05:00
parent cb7e17b8e3
commit d3a6acc22d
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@
"gulp-sourcemaps": "^2.6.4",
"jest": "^23.4.1",
"prettier": "^1.12.1",
"regenerator-runtime": "^0.12.0",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1",
"webpack-stream": "^5.0.0"