Skip to content

Commit f36eac7

Browse files
authoredOct 3, 2024··
fix(browser): provide aria role intellisense (#6629)
1 parent 7e9584a commit f36eac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/browser/context.d.ts

+1-1
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)
Please sign in to comment.