File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
e2e/plugin-typescript-e2e/tests/__snapshots__
packages/plugin-typescript/src/lib Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
155
155
" value" : 0 ,
156
156
},
157
157
],
158
- " description" : " Official Code PushUp Typescript plugin." ,
158
+ " description" : " Official Code PushUp TypeScript plugin." ,
159
159
" docsUrl" : " https://www.npmjs.com/package/@code-pushup/typescript-plugin/" ,
160
160
" groups" : [
161
161
{
@@ -211,7 +211,7 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
211
211
" icon" : " typescript" ,
212
212
" packageName" : " @code-pushup/typescript-plugin" ,
213
213
" slug" : " typescript" ,
214
- " title" : " Typescript " ,
214
+ " title" : " TypeScript " ,
215
215
},
216
216
],
217
217
}
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export async function typescriptPlugin(
30
30
slug : TYPESCRIPT_PLUGIN_SLUG ,
31
31
packageName : packageJson . name ,
32
32
version : packageJson . version ,
33
- title : 'Typescript ' ,
34
- description : 'Official Code PushUp Typescript plugin.' ,
33
+ title : 'TypeScript ' ,
34
+ description : 'Official Code PushUp TypeScript plugin.' ,
35
35
docsUrl : 'https://www.npmjs.com/package/@code-pushup/typescript-plugin/' ,
36
36
icon : 'typescript' ,
37
37
audits : filteredAudits ,
You can’t perform that action at this time.
0 commit comments