Comparing version 0.1.2 to 0.1.3
@@ -411,3 +411,4 @@ // MiniTest.js | ||
} | ||
output.log('.'); | ||
if (process !== undefined) | ||
process.stdout.write("."); | ||
try { | ||
@@ -414,0 +415,0 @@ tests[i].apply(test_space); |
{ | ||
"name": "minitest", | ||
"description": "A port of Ruby's MiniTest::Unit", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"url": "https://github.com/deanh/minitest.js", | ||
@@ -6,0 +6,0 @@ "author": "H. Dean Hudson <dean@ero.com>", |
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
20076
433