/** * @file 测试函数 * @author vanndxh */ const testFunc = () => { return "this is a test"; }; export default testFunc;