Commit 2f5b7c3
authored
test: don't load axe.min (#4533)
Noticed this while trying to debug a test that we were loading
`axe.min.js` into the unit tests instead of using `axe.js`. This made
debugging impossible, so I'm just serving the file needed for the
[colorjs
test](https://github.com/dequelabs/axe-core/blob/develop/test/integration/full/patch/patch.mjs#L43)
instead of loading it for the entire test run.
No QA required1 parent a6361bb commit 2f5b7c3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments