Fix tests
This commit is contained in:
parent
6796d43430
commit
825d398dec
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
testEnvironment: "node",
|
testEnvironment: "node",
|
||||||
moduleFileExtensions: ["ts"],
|
moduleFileExtensions: ["js", "ts"],
|
||||||
testMatch: ["**/src/**/*.test.ts"],
|
testMatch: ["**/src/**/*.test.ts"],
|
||||||
transform: {
|
transform: {
|
||||||
"^.+\\.(ts|tsx)$": "ts-jest",
|
"^.+\\.(ts|tsx)$": "ts-jest",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue