You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- You can remove this notice if you don't want it 🙂 no worries! -->
35
+
36
+
> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).
37
+
",
38
+
],
39
+
]
40
+
`);
41
+
});
42
+
43
+
it("doesn't adds a notice when the file contains it already",async()=>{
44
+
mockReadFileSafe.mockResolvedValue(
45
+
"<!-- You can remove this notice if you don't want it 🙂 no worries! -->",
constdetectionLine=`<!-- You can remove this notice if you don't want it 🙂 no worries! -->`;
7
+
4
8
exportconstendOfReadmeNotice=[
5
9
``,
6
-
`<!-- You can remove this notice if you don't want it 🙂 no worries! -->`,
10
+
detectionLine,
7
11
``,
8
12
`> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).`,
0 commit comments