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
155155 " value" : 0 ,
156156 },
157157 ],
158- " description" : " Official Code PushUp Typescript plugin." ,
158+ " description" : " Official Code PushUp TypeScript plugin." ,
159159 " docsUrl" : " https://www.npmjs.com/package/@code-pushup/typescript-plugin/" ,
160160 " groups" : [
161161 {
@@ -211,7 +211,7 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
211211 " icon" : " typescript" ,
212212 " packageName" : " @code-pushup/typescript-plugin" ,
213213 " slug" : " typescript" ,
214- " title" : " Typescript " ,
214+ " title" : " TypeScript " ,
215215 },
216216 ],
217217}
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export async function typescriptPlugin(
3030 slug : TYPESCRIPT_PLUGIN_SLUG ,
3131 packageName : packageJson . name ,
3232 version : packageJson . version ,
33- title : 'Typescript ' ,
34- description : 'Official Code PushUp Typescript plugin.' ,
33+ title : 'TypeScript ' ,
34+ description : 'Official Code PushUp TypeScript plugin.' ,
3535 docsUrl : 'https://www.npmjs.com/package/@code-pushup/typescript-plugin/' ,
3636 icon : 'typescript' ,
3737 audits : filteredAudits ,
You can’t perform that action at this time.
0 commit comments