Skip to content

Commit

Permalink
chore: update test-fixtures to fix lazy load (#174)
Browse files Browse the repository at this point in the history
Fixes the broken lazy load iframe tests.

Ref: dequelabs/axe-core-npm#1052

No QA needed.
  • Loading branch information
straker authored May 9, 2024
1 parent 84ec56f commit 13790dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/commons/test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/commons/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MPL-2.0 AND MIT",
"private": true,
"scripts": {
"serveFixtures": "cd node_modules/axe-test-fixtures/fixtures && http-server -s"
"serveFixtures": "cd node_modules/axe-test-fixtures/fixtures && http-server -s"
},
"dependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down

0 comments on commit 13790dd

Please sign in to comment.