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

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