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