Skip to content

Commit

Permalink
Merge pull request #91 from halkeye/pull-wiki-content-directly
Browse files Browse the repository at this point in the history
Switch to pulling wiki content directly since it seems to fairly often fail to pull from api
  • Loading branch information
halkeye committed Jan 15, 2020
2 parents 60ff9cb + 1e39f75 commit 2fb1e5f
Show file tree
Hide file tree
Showing 9 changed files with 2,054 additions and 132 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module.exports = {
'__tests__/**/*.js',
'__tests__/**/*.jsx',
'__mocks__/**/*.js',
'__mocks__/**/*.jsx'
'__mocks__/**/*.jsx',
'**/*.test.js',
],
'plugins': ['jest'],
'rules': {}
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"reactstrap": "^8.2.0"
},
"devDependencies": {
"axios-retry": "^3.1.2",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.26",
"eslint": "^6.7.1",
Expand All @@ -106,6 +107,7 @@
"jest": "^24.9.0",
"jest-junit": "^10.0.0",
"lint-staged": "^9.5.0",
"nock": "^11.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
Expand Down

0 comments on commit 2fb1e5f

Please sign in to comment.