We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fea76 commit b665f80Copy full SHA for b665f80
.github/actions/find/src/findForUrl.ts
@@ -1,5 +1,5 @@
1
import type {Finding} from './types.d.js'
2
-import AxeBuilder from '@axe-core/playwright'
+import {AxeBuilder} from '@axe-core/playwright'
3
import playwright from 'playwright'
4
import {AuthContext} from './AuthContext.js'
5
import {generateScreenshots} from './generateScreenshots.js'
0 commit comments