Fix/tidy generated test suite
This commit is contained in:
parent
2b28e3a660
commit
2bdf6dd48f
@ -155,12 +155,12 @@ import TestRegister from "../../lib/TestRegister.mjs";
|
|||||||
|
|
||||||
TestRegister.addTests([
|
TestRegister.addTests([
|
||||||
{
|
{
|
||||||
name: " ${moduleName}: test",
|
name: "${result.opName}: test",
|
||||||
input: "Example input",
|
input: "Example input",
|
||||||
expectedOutput: "Expected output",
|
expectedOutput: "Expected output",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: " ${moduleName}",
|
op: "${result.opName}",
|
||||||
args: [],
|
args: [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user