fixed linter issues.

This commit is contained in:
CCarpo 2025-02-17 08:42:14 +01:00
parent e44e6fed35
commit 06b7f0129f

View file

@ -1,4 +1,3 @@
/**
* YAML tests.
*
@ -17,10 +16,10 @@ TestRegister.addTests([
name: "YAML to JSON",
input: EXAMPLE_YAML,
expectedOutput: JSON.stringify({
"number": 3,
"plain": "string",
"block": "two\nlines\n"
}, null, 4),
"number": 3,
"plain": "string",
"block": "two\nlines\n"
}, null, 4),
recipeConfig: [
{
op: "YAML to JSON",