Added delete endpoint

This commit is contained in:
Tom Moor
2018-05-13 00:28:31 -07:00
parent 9000aa3aac
commit 22bc5a7373
7 changed files with 60 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
"test": "npm run test:app && npm run test:server",
"test:app": "jest",
"test:server": "jest --config=server/.jestconfig.json --runInBand --forceExit",
"test:watch": "jest --config=server/.jestconfig.json --runInBand --forceExit --watchAll",
"precommit": "lint-staged"
},
"lint-staged": {