Skip to content

Commit dfb3d55

Browse files
committed
test(plugin-typescript): fix integration test
1 parent cdb3d36 commit dfb3d55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/plugin-typescript/src/lib/runner/__snapshots__/runner-function-all-audits.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
],
1616
},
17+
"displayValue": "1 issue",
1718
"score": 0,
1819
"slug": "syntax-errors",
1920
"value": 1,
@@ -74,6 +75,7 @@
7475
},
7576
],
7677
},
78+
"displayValue": "5 issues",
7779
"score": 0,
7880
"slug": "semantic-errors",
7981
"value": 5,
@@ -93,26 +95,31 @@
9395
},
9496
],
9597
},
98+
"displayValue": "1 issue",
9699
"score": 0,
97100
"slug": "declaration-and-language-service-errors",
98101
"value": 1,
99102
},
100103
{
104+
"displayValue": "0 issues",
101105
"score": 1,
102106
"slug": "internal-errors",
103107
"value": 0,
104108
},
105109
{
110+
"displayValue": "0 issues",
106111
"score": 1,
107112
"slug": "configuration-errors",
108113
"value": 0,
109114
},
110115
{
116+
"displayValue": "0 issues",
111117
"score": 1,
112118
"slug": "no-implicit-any-errors",
113119
"value": 0,
114120
},
115121
{
122+
"displayValue": "0 issues",
116123
"score": 1,
117124
"slug": "unknown-codes",
118125
"value": 0,

0 commit comments

Comments
 (0)