Skip to content

Commit 0a0afcc

Browse files
committed
fix: Broken import
1 parent 91d117e commit 0a0afcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/find/src/findForUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Finding } from './types.d.js';
22
import AxeBuilder from '@axe-core/playwright'
33
import playwright from 'playwright';
4-
import { AuthContext } from './authContext.js';
4+
import { AuthContext } from './AuthContext.js';
55

66
export async function findForUrl(url: string, authContext?: AuthContext): Promise<Finding[]> {
77
const browser = await playwright.chromium.launch({ headless: true, executablePath: process.env.CI ? '/usr/bin/google-chrome' : undefined });

0 commit comments

Comments
 (0)