Skip to content

Commit

Permalink
Minor tweak for local test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 4, 2022
1 parent 223f9ab commit 730252a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/TemplateTest-CustomExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,10 @@ test("Overridden liquid gets used from a markdown template", async (t) => {
cache: false,
},
compile: function (str, inputPath) {
t.true(true);

// plaintext
return function (data) {
t.true(true);
return this.defaultRenderer();
};
},
Expand Down

0 comments on commit 730252a

Please sign in to comment.