Skip to content

Commit 2d3f2ab

Browse files
committed
Format
1 parent bcc3e52 commit 2d3f2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-html-parser/test/index_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("options", () => {
5151

5252
it("should be able to parse MJML", () => {
5353
const MJML_RAW_TAGS = new Set(["mj-style", "mj-raw"]);
54-
const result = parse('<mj-raw></p></mj-raw>', {
54+
const result = parse("<mj-raw></p></mj-raw>", {
5555
getTagContentType: (tagName) =>
5656
MJML_RAW_TAGS.has(tagName) ? TagContentType.RAW_TEXT : undefined,
5757
});

0 commit comments

Comments
 (0)