jasmine-node
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -27,2 +27,6 @@ var util, | ||
var showColors = true; | ||
// Disable if we're not on a TTY | ||
if (!process.stdout.isTTY) { | ||
showColors = false; | ||
} | ||
var teamcity = process.env.TEAMCITY_PROJECT_NAME || false; | ||
@@ -282,4 +286,4 @@ var useRequireJs = false; | ||
function printVersion(){ | ||
console.log("1.14.0"); | ||
console.log("1.14.1"); | ||
process.exit(0); | ||
} |
{ | ||
"name": "jasmine-node", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "DOM-less simple JavaScript BDD testing framework for Node", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -241,2 +241,3 @@ jasmine-node | ||
* _1.14.1_ Default to noColors if not in a TTY | ||
* _1.14.0_ Add support for `iit`, `ddescribe` (thanks to [mgcrea](https://github.com/mgcrea)) | ||
@@ -243,0 +244,0 @@ * _1.13.1_ Add coffee-script support for 1.7.x (thanks to [nathancarter](https://github.com/nathancarter)) |
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
163568
4381
283