Skip to content

Commit 10e8c1f

Browse files
committed
test: update snapshot
1 parent a1592fb commit 10e8c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tsc/tests/typecheck.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe(`vue-tsc`, () => {
99
getTscOutput('stable')
1010
).toMatchInlineSnapshot(`
1111
[
12-
"test-workspace/tsc/failureFixtures/#3632/main.vue(2,13): error TS1109: Expression expected.",
12+
"test-workspace/tsc/failureFixtures/#3632/main.vue(2,12): error TS1109: Expression expected.",
1313
"test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
1414
"test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
1515
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
@@ -25,7 +25,7 @@ describe(`vue-tsc`, () => {
2525
getTscOutput('next')
2626
).toMatchInlineSnapshot(`
2727
[
28-
"test-workspace/tsc/failureFixtures/#3632/main.vue(2,13): error TS1109: Expression expected.",
28+
"test-workspace/tsc/failureFixtures/#3632/main.vue(2,12): error TS1109: Expression expected.",
2929
"test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
3030
"test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
3131
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",

0 commit comments

Comments
 (0)