Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 6875da4

Browse files
authored
Merge pull request #3667 from jrjohnson/axe-preload
Disable preloading axe test-support.css
2 parents 5766132 + 092a9c1 commit 6875da4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/test-app/tests/test-helper.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import * as QUnit from 'qunit';
44
import { setApplication } from '@ember/test-helpers';
55
import { setup } from 'qunit-dom';
66
import { start } from 'ember-qunit';
7+
import { setRunOptions } from 'ember-a11y-testing/test-support';
8+
9+
setRunOptions({
10+
preload: false,
11+
});
712

813
setApplication(Application.create(config.APP));
914

0 commit comments

Comments
 (0)