Skip to content

Commit

Permalink
Note about relevant issue #934
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 16, 2020
1 parent cde2930 commit 55e92c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TemplateRenderJavaScriptTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ test("JS Render with a function", async t => {
t.is(await fn({ name: "Bill" }), "<p>BILLT9000</p>");
});

// This doesn’t work
test.skip("JS Render with an arrow function and javascript function", async t => {
// This doesn’t work, per arrow functions
test.skip("Issue #934: JS Render with an arrow function and javascript function", async t => {
let tr = new TemplateRender("./test/stubs/function-filter-arrow.11ty.js");
tr.config = {
javascriptFunctions: {
Expand Down

0 comments on commit 55e92c2

Please sign in to comment.