Skip to content

Commit 8258a1c

Browse files
committed
fix: lint
1 parent 5aa2827 commit 8258a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/parse/parse.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { TSESTree } from '@typescript-eslint/types';
22
import { describe, expect, it } from 'vitest';
3-
import { walk } from '$lib/index.js';
3+
import { walk } from '../index.js';
44
import { parse, type ParseResult } from './parse.js';
55

66
// ----------------------------------------------------------------------

0 commit comments

Comments
 (0)