Upgrade dependencies, fix tests.

This commit is contained in:
Max
2020-04-01 00:23:56 -04:00
parent 12046246ef
commit 90f2939761
3 changed files with 634 additions and 388 deletions

View File

@@ -3,5 +3,6 @@
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
"testEnvironment": "node"
}