Skip to content

Commit 2fb1e5f

Browse files
authored
Merge pull request #91 from halkeye/pull-wiki-content-directly
Switch to pulling wiki content directly since it seems to fairly often fail to pull from api
2 parents 60ff9cb + 1e39f75 commit 2fb1e5f

File tree

9 files changed

+2054
-132
lines changed

9 files changed

+2054
-132
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = {
1818
'__tests__/**/*.js',
1919
'__tests__/**/*.jsx',
2020
'__mocks__/**/*.js',
21-
'__mocks__/**/*.jsx'
21+
'__mocks__/**/*.jsx',
22+
'**/*.test.js',
2223
],
2324
'plugins': ['jest'],
2425
'rules': {}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"reactstrap": "^8.2.0"
9090
},
9191
"devDependencies": {
92+
"axios-retry": "^3.1.2",
9293
"babel-jest": "^24.9.0",
9394
"babel-preset-gatsby": "^0.2.26",
9495
"eslint": "^6.7.1",
@@ -106,6 +107,7 @@
106107
"jest": "^24.9.0",
107108
"jest-junit": "^10.0.0",
108109
"lint-staged": "^9.5.0",
110+
"nock": "^11.7.2",
109111
"react": "^16.12.0",
110112
"react-dom": "^16.12.0",
111113
"react-test-renderer": "^16.12.0",

0 commit comments

Comments
 (0)