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 = {
|
||||
testEnvironment: "node",
|
||||
moduleFileExtensions: ["ts"],
|
||||
moduleFileExtensions: ["js", "ts"],
|
||||
testMatch: ["**/src/**/*.test.ts"],
|
||||
transform: {
|
||||
"^.+\\.(ts|tsx)$": "ts-jest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue