summaryrefslogtreecommitdiff
path: root/source/helpers/select-has.test.ts
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-05-04 23:22:17 +0800
committerGravatar GitHub <noreply@github.com> 2023-05-04 23:22:17 +0800
commitb6dc0edc94cebdee74d67f5919f46c28cd96b9f8 (patch)
treeef97add33058dd7f65e662f402cf7ce24b7482e8 /source/helpers/select-has.test.ts
parent0f0d7435a649466084fab40bb7fe0481b0c73dba (diff)
downloadrefined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.tar.gz
refined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.tar.zst
refined-github-b6dc0edc94cebdee74d67f5919f46c28cd96b9f8.zip
Lint (ESM file imports + named functions) (#6613)
Diffstat (limited to 'source/helpers/select-has.test.ts')
-rw-r--r--source/helpers/select-has.test.ts2
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(`
coration'>Gravatar Anshul Gupta 2-2/+2 2024-03-02feat: switches from `smol_str` to `compact_str`Gravatar Anshul Gupta 5-22/+22 2024-02-28fix: fixes new `non_local_definitions` lintGravatar Anshul Gupta 3-9/+13 2024-02-20ci: caches clippyGravatar Anshul Gupta 1-0/+3 2024-02-20fix: incorrect display message in errorGravatar Anshul Gupta 1-1/+1 2024-02-20feat(api): adds scrobble endpointsGravatar Anshul Gupta 2-0/+363 2024-02-20refactor: replaces requests with `construct_req`Gravatar Anshul Gupta 4-121/+14 2024-02-20refactor(request): changes to use `construct_req`Gravatar Anshul Gupta 1-24/+5 2024-02-20feat: adds `construct_req` functionGravatar Anshul Gupta 1-1/+114 2024-02-20feat(api): adds search endpointsGravatar Anshul Gupta 5-14/+290 2024-02-20docs: adds codecov to docs/readmeGravatar Anshul Gupta 2-0/+2 2024-02-20docs: updates README.mdGravatar Anshul Gupta 1-2/+2