// test_output! "this is the foo function" import foo from "./helpers/foo.ts"; export default function () { return foo(); }