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 bddd5b5 commit 546635cCopy full SHA for 546635c
.travis.yml
@@ -1,4 +1,5 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "4"
+ - 4
5
+ - stable
package.json
@@ -34,7 +34,7 @@
34
"devDependencies": {
35
"babel": "^5.6.23",
36
"babel-jest": "^5.3.0",
37
- "jest-cli": "^0.6.1",
+ "jest-cli": "^0.8.0",
38
"rimraf": "^2.3.2",
39
"temp": "^0.8.1"
40
},
@@ -47,6 +47,7 @@
47
"src"
48
],
49
"unmockedModulePathPatterns": [
50
+ "node_modules",
51
"tests/utils",
52
"recast",
53
"babel",
0 commit comments