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 ca5d5e6 commit 772fd7fCopy full SHA for 772fd7f
src/test/converter2.test.ts
@@ -79,7 +79,7 @@ describe("Converter2", () => {
79
} else {
80
runTest(
81
name,
82
- issueTests[`pre${entry.slice(2)}`],
+ issueTests[`pre${entry.slice(2)}` as `pre${bigint}${string}`],
83
join("issues", entry),
84
check as (
85
project: ProjectReflection,
0 commit comments