Comparing version 1.2.0 to 1.2.1
@@ -205,3 +205,6 @@ "use strict" | ||
} | ||
console.log(results.length + " assertions completed in " + Math.round(new Date - start) + "ms") | ||
console.log( | ||
results.length + " assertions completed in " + Math.round(new Date - start) + "ms, " + | ||
"of which " + results.filter(function(result){return result.error}).length + " failed" | ||
) | ||
if (hasProcess && status === 1) process.exit(1) | ||
@@ -208,0 +211,0 @@ } |
{ | ||
"name": "ospec", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Noiseless testing framework", | ||
@@ -5,0 +5,0 @@ "main": "ospec.js", |
@@ -7,3 +7,3 @@ # ospec | ||
Version: 1.2 | ||
Version: 1.2.1 | ||
License: MIT | ||
@@ -10,0 +10,0 @@ |
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
21977
293