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