Skip to content

Commit 3d83489

Browse files
committed
refactor: fix plugin-typescript e2e tests with snapshot update
1 parent 06ef57c commit 3d83489

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

e2e/plugin-typescript-e2e/tests/__snapshots__/collect.e2e.test.ts.snap

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,26 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
5858
"description": "Errors that occur during type checking and type inference",
5959
"details": {
6060
"issues": [
61+
{
62+
"message": "TS2694: Namespace ''./index'' has no exported member 'IOptions'.",
63+
"severity": "error",
64+
"source": {
65+
"file": "node_modules/@types/glob/index.d.ts",
66+
"position": {
67+
"startLine": 29,
68+
},
69+
},
70+
},
71+
{
72+
"message": "TS2724: ''./index'' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?",
73+
"severity": "error",
74+
"source": {
75+
"file": "node_modules/@types/glob/index.d.ts",
76+
"position": {
77+
"startLine": 74,
78+
},
79+
},
80+
},
6181
{
6282
"message": "TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.",
6383
"severity": "error",
@@ -80,11 +100,11 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
80100
},
81101
],
82102
},
83-
"displayValue": "2 errors",
103+
"displayValue": "4 errors",
84104
"score": 0,
85105
"slug": "semantic-errors",
86106
"title": "Semantic errors",
87-
"value": 2,
107+
"value": 4,
88108
},
89109
{
90110
"description": "Errors that occur during TypeScript language service operations",

0 commit comments

Comments
 (0)