Skip to content

Commit

Permalink
fix(style): trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Sep 28, 2022
1 parent c353de9 commit 7b7b05d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/serializer/serializer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,9 @@ describe("Serializer", () => {
link2: string;
}>;

expect(entry.data.link).toEqual(
"/events"
);
expect(entry.data.link).toEqual("/events");

expect(entry.data.link2).toEqual(
"[link](/events)"
);
expect(entry.data.link2).toEqual("[link](/events)");
});

test("should treat relative file links correctly", async () => {
Expand Down

0 comments on commit 7b7b05d

Please sign in to comment.