Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Jul 18, 2023
1 parent d1dfa17 commit 4b670c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/axe-core-api/spec/axe/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module Axe
let(:page) {
spy("page", evaluate_script: false)
}
before { allow(page).to receive(:evaluate_script).and_return(false, true, false) }

describe "initialize" do
# We have removed comments from `axe.min.js`, so excluding this test
Expand Down

0 comments on commit 4b670c9

Please sign in to comment.