Migrated test suite
This commit is contained in:
parent
7027feb8ac
commit
37613e4de1
5 changed files with 0 additions and 0 deletions
4
tests/assets/suite/failing.js
Normal file
4
tests/assets/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