Updated Runner Config
This commit is contained in:
parent
66dbd05558
commit
deb44a8177
3 changed files with 11 additions and 3 deletions
4
tests/assets/suite/tertiary.js
Normal file
4
tests/assets/suite/tertiary.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
export default function secondaryTest(pipelineData) {
|
||||
console.log("This came from a tertiary!");
|
||||
return { status: +(pipelineData !== "SomeOtherData") };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue