remove ts jest config

This commit is contained in:
Yanick Champoux 2019-10-22 10:46:15 -04:00
parent 25c31eae4d
commit 78696efcbb

View File

@ -1,8 +0,0 @@
module.exports = {
"roots": [
"./src"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
}