qualiteer/tests/assets/suite/tertiary3.js

5 lines
165 B
JavaScript
Raw Normal View History

2022-08-06 13:13:44 +00:00
export default function secondaryTest(pipelineData) {
2022-08-09 04:29:10 +00:00
console.log("This came from a tertiary3!");
2022-08-10 11:00:22 +00:00
return { status: +(pipelineData !== "SomeOtherOtherData") };
2022-08-06 13:13:44 +00:00
}