mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Just checking to be sure this does not impact test env
This commit is contained in:
parent
e2489c2372
commit
ed14bac44c
1 changed files with 2 additions and 1 deletions
|
@ -20,5 +20,6 @@
|
||||||
"SENTRY_DSN": null
|
"SENTRY_DSN": null
|
||||||
},
|
},
|
||||||
"testRegex": "/test/.*\\.test\\.ts$",
|
"testRegex": "/test/.*\\.test\\.ts$",
|
||||||
"collectCoverageFrom": ["src/**/*.{ts,js}"]
|
"collectCoverageFrom": ["src/**/*.{ts,js}"],
|
||||||
|
"useESM": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue