export default function primaryTest() {
console.log("This came from a primary test!");
return { status: 0, pipelineData: "SomeData" };
}