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