We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa2827 commit 8258a1cCopy full SHA for 8258a1c
src/lib/parse/parse.spec.ts
@@ -1,6 +1,6 @@
1
import type { TSESTree } from '@typescript-eslint/types';
2
import { describe, expect, it } from 'vitest';
3
-import { walk } from '$lib/index.js';
+import { walk } from '../index.js';
4
import { parse, type ParseResult } from './parse.js';
5
6
// ----------------------------------------------------------------------
0 commit comments