Skip to content

Commit

Permalink
Updgrade axe engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnkhan committed Dec 10, 2018
1 parent 5be1db3 commit 47030e2
Show file tree
Hide file tree
Showing 5 changed files with 9,652 additions and 5,810 deletions.
2 changes: 1 addition & 1 deletion src/axe.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
});
page.switchToMainFrame();
page.evaluateAsync(function () {
axe.a11yCheck(document.body, null, function (results) {
axe.run(document.body, function(err, results) {
window.callPhantom(results);
});
});
Expand Down
Loading

0 comments on commit 47030e2

Please sign in to comment.