Skip to content

Commit

Permalink
revert var for integration color contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiety-deque committed May 3, 2024
1 parent 909ec1c commit 664568a
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 543 deletions.
3 changes: 2 additions & 1 deletion test/integration/full/contrast/code-highlighting.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* eslint-disable no-var */
describe('color-contrast code highlighting test', function () {
'use strict';

let results;
var results;
function run(done) {
axe.run(
'#fixture',
Expand Down
Loading

0 comments on commit 664568a

Please sign in to comment.