Comparing version 2.0.3 to 2.0.4
@@ -93,3 +93,3 @@ "use strict"; | ||
if (exitProcess) { | ||
process.exit(0); | ||
runner.hasErrors ? process.exit(1) : process.exit(0); | ||
} | ||
@@ -96,0 +96,0 @@ } |
@@ -0,1 +1,11 @@ | ||
<a name="2.0.4"></a> | ||
## [2.0.4](https://github.com/thetutlage/japa/compare/v2.0.3...v2.0.4) (2018-10-04) | ||
### Bug Fixes | ||
* **slimRunner:** exit process with error when there are errors ([88d41f9](https://github.com/thetutlage/japa/commit/88d41f9)) | ||
<a name="2.0.3"></a> | ||
@@ -2,0 +12,0 @@ ## [2.0.3](https://github.com/thetutlage/japa/compare/v2.0.2...v2.0.3) (2018-09-27) |
{ | ||
"name": "japa", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Lean test runner for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126693