Add test dependencies
Showing
... | ... | @@ -21,9 +21,11 @@ |
"@babel/plugin-proposal-async-generator-functions": "^7.1.0", | ||
"@babel/plugin-transform-runtime": "^7.1.0", | ||
"@babel/preset-env": "^7.1.6", | ||
"babel-jest": "^23.4.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"chalk": "^2.4.1", | ||
"express": "^4.16.3", | ||
"ghostscript4js": "^3.0.0", | ||
"jest": "^23.4.1", | ||
"jest-image-snapshot": "^2.4.3", | ||
"puppeteer": "GoogleChrome/puppeteer", | ||
... | ... |
Please register or sign in to comment