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([
|
||||
{
|
||||
name: " ${moduleName}: test",
|
||||
name: "${result.opName}: test",
|
||||
input: "Example input",
|
||||
expectedOutput: "Expected output",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: " ${moduleName}",
|
||||
op: "${result.opName}",
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user