Migrated test suite

This commit is contained in:
Dunemask 2022-07-12 21:29:45 +00:00
parent 7027feb8ac
commit 37613e4de1
5 changed files with 0 additions and 0 deletions

View file

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