This commit is contained in:
Yanick Champoux 2020-02-02 14:53:13 -05:00
parent 4c0d7b366f
commit e7fbd582fc

View File

@ -1,6 +1,6 @@
module.exports = { module.exports = {
"roots": [ "roots": [
"./dist" "./src"
], ],
"transform": { "transform": {
"^.+\\.ts$": "ts-jest", "^.+\\.ts$": "ts-jest",