Fix Linting Issues
This commit is contained in:
parent
16858443e0
commit
fadb395cd9
@ -64,7 +64,7 @@ import "./tests/operations/SetUnion";
|
|||||||
import "./tests/operations/SymmetricDifference";
|
import "./tests/operations/SymmetricDifference";
|
||||||
import "./tests/operations/TranslateDateTimeFormat";
|
import "./tests/operations/TranslateDateTimeFormat";
|
||||||
import "./tests/operations/Magic";
|
import "./tests/operations/Magic";
|
||||||
import "./tests/operations/RenderMoustache"
|
import "./tests/operations/RenderMoustache";
|
||||||
|
|
||||||
let allTestsPassing = true;
|
let allTestsPassing = true;
|
||||||
const testStatusCounts = {
|
const testStatusCounts = {
|
||||||
|
|||||||
@ -35,12 +35,12 @@ Well, {{taxed_value}} after taxes.
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Render Moustache",
|
name: "Render Moustache",
|
||||||
input: `{}`,
|
input: "{}",
|
||||||
expectedOutput: `Hello .`,
|
expectedOutput: "Hello .",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "Render Moustache",
|
op: "Render Moustache",
|
||||||
args: [`Hello {{name}}.`]
|
args: ["Hello {{name}}."]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user