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 2dd0d36 commit 5a24a4dCopy full SHA for 5a24a4d
.travis.yml
@@ -1,6 +1,4 @@
1
language: node_js
2
node_js:
3
- - '6.17.1'
4
- - '7.8.0'
5
- '12.19.0'
6
- '15.0.1'
README.md
@@ -12,6 +12,10 @@ fetch mock for react-native
12
No fetch mock could be used easily for react-native.
13
So, I create one by myself.
14
15
+## Requirements
16
+
17
+Nodejs >= 12.x
18
19
## Roadmap
20
- [x] Combined with Mock.js
21
- [x] Support exclude for some other path
0 commit comments