Skip to content

Commit 4618cdc

Browse files
ci(lint): auto-fix
1 parent 0b99c60 commit 4618cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsc/tests/typecheck.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { run } from '..';
44

55
describe(`vue-tsc`, () => {
66

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

0 commit comments

Comments
 (0)