Skip to content

Commit 97ad1fb

Browse files
committed
format
1 parent 4073cf5 commit 97ad1fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/tsc/tests/typecheck.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test(`vue-tsc`, () => {
1818
},
1919
undefined,
2020
'\t',
21-
),
21+
) + '\n',
2222
);
2323

2424
expect(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"include": ["**/*"],
3+
"include": ["**/*"]
44
}

test-workspace/tsc/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,4 +653,4 @@
653653
"path": "./withDefaults/tsconfig.json"
654654
}
655655
]
656-
}
656+
}

0 commit comments

Comments
 (0)