refactor: move jest around and add code coverage

This commit is contained in:
Joe Previte
2021-01-21 16:39:04 -07:00
parent 883dd13850
commit 05beccf671
10 changed files with 40 additions and 53 deletions

View File

@@ -15,7 +15,7 @@
"sourceMap": true,
"tsBuildInfoFile": "./.cache/tsbuildinfo",
"incremental": true,
"typeRoots": ["./node_modules/@types", "./typings"],
"typeRoots": ["./node_modules/@types", "./typings", "./test/node_modules/@types"],
"downlevelIteration": true
},
"include": ["./src/**/*.ts"],