literate-jasmine
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "literate-jasmine", | ||
"description": "write jasmine tests in markdown", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "literate-jasmine": "./bin/literate-jasmine" |
@@ -15,3 +15,3 @@ var find = require('find'), | ||
describe('root', function() { | ||
describe('all', function() { | ||
_.each(parserOutput, function(output) { | ||
@@ -18,0 +18,0 @@ output.fn(describe); |
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
124801