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/TranslateDateTimeFormat";
|
||||
import "./tests/operations/Magic";
|
||||
import "./tests/operations/RenderMoustache"
|
||||
import "./tests/operations/RenderMoustache";
|
||||
|
||||
let allTestsPassing = true;
|
||||
const testStatusCounts = {
|
||||
|
||||
@ -35,12 +35,12 @@ Well, {{taxed_value}} after taxes.
|
||||
},
|
||||
{
|
||||
name: "Render Moustache",
|
||||
input: `{}`,
|
||||
expectedOutput: `Hello .`,
|
||||
input: "{}",
|
||||
expectedOutput: "Hello .",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "Render Moustache",
|
||||
args: [`Hello {{name}}.`]
|
||||
args: ["Hello {{name}}."]
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user