Upgrades people!
This commit is contained in:
parent
f84234150f
commit
8ad56e8d38
40 changed files with 483 additions and 379 deletions
7
tests/assets/suite/secondary2.js
Normal file
7
tests/assets/suite/secondary2.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default function secondaryTest(pipelineData) {
|
||||
console.log("This came from a secondary2 test!");
|
||||
return {
|
||||
status: +(pipelineData !== "SomeData"),
|
||||
pipelineData: "SomeOtherOtherData",
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue