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 0c879fd commit 7035fb8Copy full SHA for 7035fb8
src/typeChecker/__tests__/source4TypedAnyChecker.test.ts
@@ -1,6 +1,7 @@
1
+import { describe, expect, test } from 'vitest'
2
import { parseError } from '../../index'
3
+import { Chapter, type LanguageOptions, Variant } from '../../langs'
4
import { SourceTypedParser } from '../../parser/source/typed'
-import { Chapter, type LanguageOptions, Variant } from '../../types'
5
import { mockContext } from '../../utils/testing/mocks'
6
7
const parser = new SourceTypedParser(Chapter.SOURCE_4, Variant.TYPED)
0 commit comments