Skip to content

Commit 9bba208

Browse files
committed
Update typecheck.spec.ts
1 parent 97db6d4 commit 9bba208

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
@@ -5,7 +5,7 @@ import { run } from '..';
55
describe(`vue-tsc`, () => {
66

77
it(`typecheck`, async () => {
8-
const consoleOutput: string[] = [];
8+
const consoleOutput: any[] = [];
99
const originalConsoleLog = process.stdout.write;
1010
const originalArgv = process.argv;
1111
process.stdout.write = output => {

0 commit comments

Comments
 (0)