We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题简述 同步函数 async function 会返回空值undifined
复现步骤 在自带的练习环境中,输入
Mock.mock('http://example.com/path/to', async ()=>{ return await new Promise ((resolver)=>resolver('TEST')) }) axios.get('http://example.com/path/to').then(res => { console.log(res.data) })
截图
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题简述
同步函数 async function 会返回空值undifined
复现步骤
在自带的练习环境中,输入
截图

The text was updated successfully, but these errors were encountered: