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 49ec0fe commit d270346Copy full SHA for d270346
example/Basic/__mocks__/index.js
@@ -29,8 +29,9 @@ export default {
29
} else {
30
filtered = all;
31
}
32
- return Promise.resolve({
+ return {
33
+ status: 200,
34
data: filtered,
- });
35
+ };
36
37
example/WithMockJs/__mocks__/index.js
@@ -27,8 +27,9 @@ export default {
27
28
0 commit comments