Skip to content

Commit

Permalink
Merge branch 'develop' into isValidRole-abstracts
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Aug 2, 2018
2 parents bb6ec76 + 070da5b commit 3f5a60b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/testutils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Let the user know they need to disable their axe/attest extension before running the tests.
if (window.__AXE_EXTENSION__) {
throw new Error(
'You must disable your axe/attest browser extension in order to run the test suite.'
);
}

/*eslint indent: 0*/
var testUtils = {};

Expand Down

0 comments on commit 3f5a60b

Please sign in to comment.