We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e298e18 commit 0223048Copy full SHA for 0223048
README.md
@@ -16,7 +16,7 @@ So, I create one by myself.
16
__ mocks__/index.js
17
```
18
export default {
19
- '/api/path': async (options) => {
+ '/api/path': (options) => {
20
const all = Mock.mock({
21
'list|2': [{
22
'id|+1': 1,
0 commit comments