@@ -5,46 +5,46 @@ import { generateTopContent } from "./generateTopContent.js";
5
5
6
6
const optionsBase = {
7
7
access : "public" ,
8
- description : "" ,
8
+ description : "Test description " ,
9
9
directory : "." ,
10
10
email : {
11
11
12
12
13
13
} ,
14
14
mode : "create" ,
15
- owner : "" ,
16
- repository : "" ,
17
- title : "" ,
15
+ owner : "test-owner " ,
16
+ repository : "test-repository " ,
17
+ title : "Test Title " ,
18
18
} satisfies Options ;
19
19
20
20
describe ( "findExistingBadges" , ( ) => {
21
21
it ( "generates full contents when there are no existing badges" , ( ) => {
22
22
expect ( generateTopContent ( optionsBase , [ ] ) ) . toMatchInlineSnapshot ( `
23
- "<h1 align="center"></h1>
23
+ "<h1 align="center">Test Title </h1>
24
24
25
- <p align="center"></p>
25
+ <p align="center">Test description </p>
26
26
27
27
<p align="center">
28
28
<!-- prettier-ignore-start -->
29
29
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
30
30
<a href="#contributors" target="_blank"><img alt="All Contributors: 2" src="https://img.shields.io/badge/all_contributors-17-21bb42.svg" /></a>
31
31
<!-- ALL-CONTRIBUTORS-BADGE:END -->
32
32
<!-- prettier-ignore-end -->
33
- <a href="https://codecov.io/gh// " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh// /branch/main/graph/badge.svg"/></a>
34
- <a href="https://github.com// /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
35
- <a href="https://github.com// /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license// ?color=21bb42"></a>
33
+ <a href="https://codecov.io/gh/test-owner/test-repository " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh/test-owner/test-repository /branch/main/graph/badge.svg"/></a>
34
+ <a href="https://github.com/test-owner/test-repository /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
35
+ <a href="https://github.com/test-owner/test-repository /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license/test-owner/test-repository ?color=21bb42"></a>
36
36
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
37
37
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
38
- <img alt="npm package version" src="https://img.shields.io/npm/v/create-typescript-app ?color=21bb42" />
38
+ <img alt="npm package version" src="https://img.shields.io/npm/v/test-repository ?color=21bb42" />
39
39
</p>
40
40
41
41
## Usage
42
42
43
43
\`\`\`shell
44
- npm i
44
+ npm i test-repository
45
45
\`\`\`
46
46
\`\`\`ts
47
- import { greet } from "";
47
+ import { greet } from "test-repository ";
48
48
49
49
greet("Hello, world! 💖");
50
50
\`\`\`"
@@ -57,31 +57,31 @@ describe("findExistingBadges", () => {
57
57
`<img alt="TypeScript: Strict" src="invalid svg" />` ,
58
58
] ) ,
59
59
) . toMatchInlineSnapshot ( `
60
- "<h1 align="center"></h1>
60
+ "<h1 align="center">Test Title </h1>
61
61
62
- <p align="center"></p>
62
+ <p align="center">Test description </p>
63
63
64
64
<p align="center">
65
65
<!-- prettier-ignore-start -->
66
66
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
67
67
<a href="#contributors" target="_blank"><img alt="All Contributors: 2" src="https://img.shields.io/badge/all_contributors-17-21bb42.svg" /></a>
68
68
<!-- ALL-CONTRIBUTORS-BADGE:END -->
69
69
<!-- prettier-ignore-end -->
70
- <a href="https://codecov.io/gh// " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh// /branch/main/graph/badge.svg"/></a>
71
- <a href="https://github.com// /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
72
- <a href="https://github.com// /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license// ?color=21bb42"></a>
70
+ <a href="https://codecov.io/gh/test-owner/test-repository " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh/test-owner/test-repository /branch/main/graph/badge.svg"/></a>
71
+ <a href="https://github.com/test-owner/test-repository /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
72
+ <a href="https://github.com/test-owner/test-repository /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license/test-owner/test-repository ?color=21bb42"></a>
73
73
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
74
74
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
75
- <img alt="npm package version" src="https://img.shields.io/npm/v/create-typescript-app ?color=21bb42" />
75
+ <img alt="npm package version" src="https://img.shields.io/npm/v/test-repository ?color=21bb42" />
76
76
</p>
77
77
78
78
## Usage
79
79
80
80
\`\`\`shell
81
- npm i
81
+ npm i test-repository
82
82
\`\`\`
83
83
\`\`\`ts
84
- import { greet } from "";
84
+ import { greet } from "test-repository ";
85
85
86
86
greet("Hello, world! 💖");
87
87
\`\`\`"
@@ -94,32 +94,32 @@ describe("findExistingBadges", () => {
94
94
`<img alt="Unknown Badge" src="unknown.svg" />` ,
95
95
] ) ,
96
96
) . toMatchInlineSnapshot ( `
97
- "<h1 align="center"></h1>
97
+ "<h1 align="center">Test Title </h1>
98
98
99
- <p align="center"></p>
99
+ <p align="center">Test description </p>
100
100
101
101
<p align="center">
102
102
<!-- prettier-ignore-start -->
103
103
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
104
104
<a href="#contributors" target="_blank"><img alt="All Contributors: 2" src="https://img.shields.io/badge/all_contributors-17-21bb42.svg" /></a>
105
105
<!-- ALL-CONTRIBUTORS-BADGE:END -->
106
106
<!-- prettier-ignore-end -->
107
- <a href="https://codecov.io/gh// " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh// /branch/main/graph/badge.svg"/></a>
108
- <a href="https://github.com// /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
109
- <a href="https://github.com// /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license// ?color=21bb42"></a>
107
+ <a href="https://codecov.io/gh/test-owner/test-repository " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh/test-owner/test-repository /branch/main/graph/badge.svg"/></a>
108
+ <a href="https://github.com/test-owner/test-repository /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
109
+ <a href="https://github.com/test-owner/test-repository /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license/test-owner/test-repository ?color=21bb42"></a>
110
110
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
111
111
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
112
- <img alt="npm package version" src="https://img.shields.io/npm/v/create-typescript-app ?color=21bb42" />
112
+ <img alt="npm package version" src="https://img.shields.io/npm/v/test-repository ?color=21bb42" />
113
113
<img alt="Unknown Badge" src="unknown.svg" />
114
114
</p>
115
115
116
116
## Usage
117
117
118
118
\`\`\`shell
119
- npm i
119
+ npm i test-repository
120
120
\`\`\`
121
121
\`\`\`ts
122
- import { greet } from "";
122
+ import { greet } from "test-repository ";
123
123
124
124
greet("Hello, world! 💖");
125
125
\`\`\`"
@@ -129,22 +129,22 @@ describe("findExistingBadges", () => {
129
129
it ( "does not include a greet section when the mode is migrate" , ( ) => {
130
130
expect ( generateTopContent ( { ...optionsBase , mode : "migrate" } , [ ] ) )
131
131
. toMatchInlineSnapshot ( `
132
- "<h1 align="center"></h1>
132
+ "<h1 align="center">Test Title </h1>
133
133
134
- <p align="center"></p>
134
+ <p align="center">Test description </p>
135
135
136
136
<p align="center">
137
137
<!-- prettier-ignore-start -->
138
138
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
139
139
<a href="#contributors" target="_blank"><img alt="All Contributors: 2" src="https://img.shields.io/badge/all_contributors-17-21bb42.svg" /></a>
140
140
<!-- ALL-CONTRIBUTORS-BADGE:END -->
141
141
<!-- prettier-ignore-end -->
142
- <a href="https://codecov.io/gh// " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh// /branch/main/graph/badge.svg"/></a>
143
- <a href="https://github.com// /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
144
- <a href="https://github.com// /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license// ?color=21bb42"></a>
142
+ <a href="https://codecov.io/gh/test-owner/test-repository " target="_blank"><img alt="Codecov Test Coverage" src="https://codecov.io/gh/test-owner/test-repository /branch/main/graph/badge.svg"/></a>
143
+ <a href="https://github.com/test-owner/test-repository /blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-enforced-21bb42" /></a>
144
+ <a href="https://github.com/test-owner/test-repository /blob/main/LICENSE.md" target="_blank"><img alt="License: MIT" src="https://img.shields.io/github/license/test-owner/test-repository ?color=21bb42"></a>
145
145
<img alt="Style: Prettier" src="https://img.shields.io/badge/style-prettier-21bb42.svg" />
146
146
<img alt="TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg" />
147
- <img alt="npm package version" src="https://img.shields.io/npm/v/create-typescript-app ?color=21bb42" />
147
+ <img alt="npm package version" src="https://img.shields.io/npm/v/test-repository ?color=21bb42" />
148
148
</p>"
149
149
` ) ;
150
150
} ) ;
0 commit comments