diff options
Diffstat (limited to 'source/helpers/select-has.test.ts')
-rw-r--r-- | source/helpers/select-has.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/helpers/select-has.test.ts b/source/helpers/select-has.test.ts index 13d4500b..251b6ae5 100644 --- a/source/helpers/select-has.test.ts +++ b/source/helpers/select-has.test.ts @@ -1,7 +1,7 @@ import {JSDOM} from 'jsdom'; import {test, assert} from 'vitest'; -import select from './select-has'; +import select from './select-has.js'; test('basic :has() support', () => { const fragment = JSDOM.fragment(` |