Added dev reporting

This commit is contained in:
Dunemask 2022-07-07 21:45:38 +00:00
parent d4acc497f1
commit f559b653f2
10 changed files with 145 additions and 12 deletions

4
dev/suite/primary.js Normal file
View file

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