deploy: setup ts-jest + basic test

This commit is contained in:
Christopher Monsanto
2020-08-08 03:50:56 -04:00
parent 623f8290c4
commit e33c041f79
4 changed files with 3557 additions and 74 deletions

View File

@@ -6,6 +6,9 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@types/jest": "^26.0.9",
"jest": "^26.2.2",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
},
"scripts": {