karma-qunit
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -79,3 +79,3 @@ (function(window) { | ||
if (typeof details.expected !== 'undefined') { | ||
msg += 'Expected: ' + details.expected + '\n' + 'Actual: ' + details.actual + '\n' | ||
msg += 'Expected: ' + runner.dump.parse(details.expected) + '\n' + 'Actual: ' + runner.dump.parse(details.actual) + '\n' | ||
} | ||
@@ -82,0 +82,0 @@ |
{ | ||
"name": "karma-qunit", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "A Karma plugin. Adapter for QUnit testing framework.", | ||
@@ -51,2 +51,3 @@ "main": "lib/index.js", | ||
"Stefan Dragnev <dragnev@telerik.com>", | ||
"Tim Robertson <trobertson@spredfast.com>", | ||
"Timo Tijhof <krinklemail@gmail.com>", | ||
@@ -53,0 +54,0 @@ "Aymeric Beaumet <aymeric.beaumet@gmail.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
8699