Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Had quail return full test object on testFailed. Issue #99
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed Jan 6, 2014
1 parent 16baa0a commit d93811a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ var quail = {
var severity =
quail.options.testFailed({element : $element,
testName : testName,
test : quail.accessibilityTests[testName],
testability : testability,
severity : quail.testabilityTranslation[testability],
options : options
Expand Down

0 comments on commit d93811a

Please sign in to comment.