mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-03 17:40:56 +01:00
Enable esm support in jest
This commit is contained in:
parent
8b66d2a715
commit
68aa26be6f
1 changed files with 2 additions and 1 deletions
|
@ -20,5 +20,6 @@
|
|||
"TEST": true
|
||||
},
|
||||
"testRegex": "/test/.*\\.test\\.ts$",
|
||||
"collectCoverageFrom": ["src/**/*.{ts,js}"]
|
||||
"collectCoverageFrom": ["src/**/*.{ts,js}"],
|
||||
"useESM": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue