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/single.js Normal file
View file

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