ts-node for gun tests that cannot be run inside jest

This commit is contained in:
Daniel Lugo 2021-01-18 13:02:00 -04:00
parent 32c96fadb4
commit 3265ed6a07
2 changed files with 46 additions and 0 deletions

View file

@ -81,6 +81,7 @@
"lint-staged": "^10.2.2",
"nodemon": "^1.19.3",
"prettier": "^1.18.2",
"ts-node": "^9.1.1",
"ts-type": "^1.2.16",
"typescript": "^4.0.2"
},