1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-17 04:59:21 +00:00

Renamed Jest base config file

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-12-08 15:50:31 +01:00
parent 6e4c2a6362
commit a27d081425
3 changed files with 2 additions and 2 deletions

5
jest.base.json Normal file
View File

@ -0,0 +1,5 @@
{
"transform": {
"^.+\\.tsx?$": "ts-jest"
}
}