Skip to content

Commit

Permalink
Update typecheck.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Aug 25, 2024
1 parent 6396c07 commit 1786d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsc/tests/typecheck.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe(`vue-tsc`, () => {
});
});

function getTscOutput(tsVersion) {
function getTscOutput(tsVersion: 'stable' | 'next') {
const consoleOutput: string[] = [];
const originalConsoleLog = process.stdout.write;
const originalArgv = process.argv;
Expand Down

0 comments on commit 1786d5a

Please sign in to comment.