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
<img align="right" alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'" height="128" src="./docs/create-typescript-app.png" width="128">
201
+
202
+
## What?
203
+
204
+
This is my project.
205
+
It is good.
206
+
207
+
> See here.
208
+
209
+
## Contributing
210
+
211
+
...`),
212
+
);
213
+
214
+
expect(actual).toEqual(
215
+
"## What?\n\nThis is my project.\nIt is good.\n\n> See here.",
216
+
);
217
+
});
218
+
219
+
it("returns existing content until the end of the file when no subsequent h2 exists",async()=>{
<img align="right" alt="Project logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'" height="128" src="./docs/create-typescript-app.png" width="128">
0 commit comments