enable jest

This commit is contained in:
Thomas Ruoff
2020-11-07 00:38:03 +01:00
parent e80c095770
commit c223b05011
3 changed files with 21 additions and 5 deletions

View File

@@ -7,9 +7,10 @@
"build": "next build",
"start": "next start",
"test:watch": "jest --watch",
"test:ci": "jest"
"test": "jest"
},
"dependencies": {
"@babel/preset-typescript": "^7.12.1",
"date-fns": "^2.16.1",
"ics": "^2.26.1",
"mongoose": "^5.10.13",