jasmine-node
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -142,3 +142,3 @@ var util, | ||
for (var idx = 0; idx < specFolders.length; idx++) { | ||
if (!fs.existsSync(specFolders[idx])) { | ||
if (!existsSync(specFolders[idx])) { | ||
console.log("File: " + specFolders[idx] + " is missing."); | ||
@@ -145,0 +145,0 @@ return; |
{ | ||
"name": "jasmine-node", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "DOM-less simple JavaScript BDD testing framework for Node", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -146,2 +146,5 @@ jasmine-node | ||
* _1.7.1 - Removed unneeded fs dependency (thanks to | ||
[kevinsawicki](https://github.com/kevinsawicki)) Fixed broken fs call in | ||
node 0.6 (thanks to [abe33](https://github.com/abe33))_ | ||
* _1.7.0 - Literate Coffee-Script now testable (thanks to [magicmoose](https://github.com/magicmoose))_ | ||
@@ -148,0 +151,0 @@ * _1.6.0 - Teamcity Reporter Reinstated (thanks to [bhcleek](https://github.com/bhcleek))_ |
Sorry, the diff of this file is not supported yet
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
148364
162