Comparing version 0.0.49 to 0.0.50
@@ -48,5 +48,5 @@ var sinon = require('sinon'); | ||
* */ | ||
var DOMContentLoaded_event = window.document.createEvent("Event") | ||
DOMContentLoaded_event.initEvent("DOMContentLoaded", true, true) | ||
window.document.dispatchEvent(DOMContentLoaded_event); | ||
var DOMContentLoadedEvent = window.document.createEvent("Event") | ||
DOMContentLoadedEvent.initEvent("DOMContentLoaded", true, true) | ||
window.document.dispatchEvent(DOMContentLoadedEvent); | ||
mocha.run(function(errs) { | ||
@@ -53,0 +53,0 @@ done(errs === 0); |
{ | ||
"name": "affogato", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"description": "Enable ES6 support for mocha tests under jsdom.", | ||
@@ -5,0 +5,0 @@ "repository": "N/A", |
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
2929