Skip to content

Commit e891be9

Browse files
committed
Replace babel-jest with ts-jest
1 parent 2c57e98 commit e891be9

File tree

3 files changed

+7179
-3014
lines changed

3 files changed

+7179
-3014
lines changed

jest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"transform": {
3-
"^.+\\.[t|j]sx?$": "babel-jest"
3+
"^.+\\.tsx?$": "ts-jest"
44
}
55
}

0 commit comments

Comments
 (0)