Skip to content

Commit 6582899

Browse files
committedSep 24, 2023
Fix my post-merge mistakes
1 parent 4979ff9 commit 6582899

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/steps/writeReadme/generateTopContent.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ describe("findExistingBadges", () => {
198198
</a>
199199
<img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
200200
<img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
201+
<img alt=\\"npm package version\\" src=\\"https://img.shields.io/npm/v/create-typescript-app?color=21bb42\\" />
201202
</p>"
202203
`);
203204
});

‎src/steps/writeReadme/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ describe("writeReadme", () => {
360360
</a>
361361
<img alt=\\"Style: Prettier\\" src=\\"https://img.shields.io/badge/style-prettier-21bb42.svg\\" />
362362
<img alt=\\"TypeScript: Strict\\" src=\\"https://img.shields.io/badge/typescript-strict-21bb42.svg\\" />
363-
<img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
364363
<img alt=\\"npm package version\\" src=\\"https://img.shields.io/npm/v/create-typescript-app?color=21bb42\\" />
364+
<img alt=\\"Contributor Covenant\\" src=\\"https://img.shields.io/badge/code_of_conduct-enforced-21bb42\\" />
365365
</p>
366366
367367
## Usage

0 commit comments

Comments
 (0)