4 lines
No EOL
110 B
JavaScript
4 lines
No EOL
110 B
JavaScript
export default function failingTest(){
|
|
console.log("This came from a failing test!");
|
|
return {status:1};
|
|
} |