Skip to content

Commit 1786d5a

Browse files
committed
Update typecheck.spec.ts
1 parent 6396c07 commit 1786d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsc/tests/typecheck.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe(`vue-tsc`, () => {
3131
});
3232
});
3333

34-
function getTscOutput(tsVersion) {
34+
function getTscOutput(tsVersion: 'stable' | 'next') {
3535
const consoleOutput: string[] = [];
3636
const originalConsoleLog = process.stdout.write;
3737
const originalArgv = process.argv;

0 commit comments

Comments
 (0)