Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,7 @@ | ||
# 1.0.2 | ||
## Bug Fixes | ||
- ([30b6811](https://github.com/angular/jasminewd/commit/30b68113759a7cb5c8dabc5b16ffcd89516882d8)) fix(timeout): output more information about the current task when a timeout occurs | ||
# 1.0.1 | ||
@@ -2,0 +8,0 @@ |
@@ -290,3 +290,6 @@ /** | ||
jasmine.getEnv().addReporter(new OnTimeoutReporter(function() { | ||
console.warn('A Jasmine spec timed out. Resetting the WebDriver Control Flow.'); | ||
console.warn('The last active task was : ' + | ||
flow.activeFrame_.getPendingTask().toString()); | ||
flow.reset(); | ||
})); |
@@ -16,3 +16,3 @@ { | ||
"jshint": "2.5.0", | ||
"minijasminenode": "0.4.0", | ||
"minijasminenode": "1.1.0", | ||
"selenium-webdriver": "2.42.0" | ||
@@ -30,3 +30,3 @@ }, | ||
"license": "MIT", | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
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
13718
264