4 lines
No EOL
136 B
JavaScript
4 lines
No EOL
136 B
JavaScript
export default function primaryTest(){
|
|
console.log("This came from a primary test!");
|
|
return {status:0, pipelineData:"SomeData"};
|
|
} |