Skip to content

Commit ba5dcff

Browse files
akphiAndarist
andauthored
Update packages/parse/src/index.test.ts
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
1 parent 0b30996 commit ba5dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parse/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe("parsing a changeset", () => {
170170
summary: ""
171171
});
172172
});
173-
it("should be fine if the changeset only contains frontmatter", () => {
173+
it("should be fine if the changeset is empty and without any trailing whitespace", () => {
174174
const changeset = parse(`---\n---`);
175175
expect(changeset).toEqual({
176176
releases: [],

0 commit comments

Comments
 (0)