Skip to content

Commit 178f0a0

Browse files
committed
fix(browser): provide aria role intellisense
1 parent bfa64bb commit 178f0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/context.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { SerializedConfig } from 'vitest'
2-
import { ARIARole } from './aria-role'
2+
import { ARIARole } from './aria-role.js'
33

44
export type BufferEncoding =
55
| 'ascii'

0 commit comments

Comments
 (0)