Add some mocha/chai tests

This commit is contained in:
2020-11-14 20:02:00 -06:00
parent 313ef146dd
commit ddf1a833d6
9 changed files with 21 additions and 365 deletions

View File

@@ -15,11 +15,12 @@
},
"dependencies": {
"gatsby": "^2.25.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"js-cookie": "^2.2.1",
"moment": "^2.24.0"
"moment": "^2.24.0",
"react": "^16.12.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"eslint": "^7.12.1",