Comparing version 0.9.3 to 0.9.4
e2e-helper | ||
========== | ||
<<<<<<< HEAD | ||
======= | ||
## 0.9.4 | ||
- setup - fix - pass error to `done` when SUT fails to start | ||
- include node v12.x and v14.x in tests | ||
>>>>>>> 06e7a2f8f10679e30c40c5cd3a75b91e83ec2c7a | ||
- fix CHANGELOG.md | ||
@@ -10,0 +6,0 @@ ## 0.9.3 |
{ | ||
"name": "e2e-helper", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "end-to-end test helper, with facilitators for mocha", | ||
@@ -35,3 +35,6 @@ "main": "lib", | ||
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot && cat coverage/lcov.info | coveralls --verbose" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
} | ||
} |
20605