@fatso83/mini-mocha
Advanced tools
Comparing version 1.0.1 to 1.0.2
require('./index'); | ||
describe("issue #101 ES5 version", function() { | ||
describe("Block A", function() { | ||
var Foo = { | ||
@@ -25,1 +25,7 @@ myMethod: function() { return "original"; } | ||
}); | ||
describe("Block B", function() { | ||
it("failing test", function() { | ||
throw new Error("My error"); | ||
}); | ||
}); |
@@ -19,2 +19,5 @@ var d = ""; | ||
afters.forEach(run) | ||
its = []; | ||
befores = []; | ||
afters = []; | ||
} | ||
@@ -21,0 +24,0 @@ function log(title, err) { |
{ | ||
"name": "@fatso83/mini-mocha", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A minimal emulation of Mocha", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3318
79