Skip to content

Commit 7035fb8

Browse files
committed
Fix imports post-merge
1 parent 0c879fd commit 7035fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/typeChecker/__tests__/source4TypedAnyChecker.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import { describe, expect, test } from 'vitest'
12
import { parseError } from '../../index'
3+
import { Chapter, type LanguageOptions, Variant } from '../../langs'
24
import { SourceTypedParser } from '../../parser/source/typed'
3-
import { Chapter, type LanguageOptions, Variant } from '../../types'
45
import { mockContext } from '../../utils/testing/mocks'
56

67
const parser = new SourceTypedParser(Chapter.SOURCE_4, Variant.TYPED)

0 commit comments

Comments
 (0)