We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97db6d4 commit 9bba208Copy full SHA for 9bba208
packages/tsc/tests/typecheck.spec.ts
@@ -5,7 +5,7 @@ import { run } from '..';
5
describe(`vue-tsc`, () => {
6
7
it(`typecheck`, async () => {
8
- const consoleOutput: string[] = [];
+ const consoleOutput: any[] = [];
9
const originalConsoleLog = process.stdout.write;
10
const originalArgv = process.argv;
11
process.stdout.write = output => {
0 commit comments