Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
osher committed May 25, 2020
1 parent ceb0b9f commit 94334b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
@@ -1,11 +1,7 @@
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

## 0.9.3
- setup - fix - pass error to `done` when SUT fails to start
Expand Down
5 changes: 4 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "e2e-helper",
"version": "0.9.3",
"version": "0.9.4",
"description": "end-to-end test helper, with facilitators for mocha",
"main": "lib",
"repository": {
Expand Down Expand Up @@ -32,5 +32,8 @@
"postcover": "npm run cover-enforce",
"cover-enforce": "node node_modules/istanbul/lib/cli.js check-coverage --function 90 --lines 90 --branches 90 --statements 90",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot && cat coverage/lcov.info | coveralls --verbose"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit 94334b0

Please sign in to comment.