Added dev reporting
This commit is contained in:
parent
d4acc497f1
commit
f559b653f2
10 changed files with 145 additions and 12 deletions
4
dev/suite/failing.js
Normal file
4
dev/suite/failing.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
export default function failingTest(){
|
||||
console.log("This came from a failing test!");
|
||||
return {status:1};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue