File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module.exports = {
16
16
'/node_modules/(?!(@graphprotocol)/)'
17
17
] ,
18
18
transform : {
19
- '^.+\\.(t|j)sx? $' : [ 'ts-jest' ]
19
+ '^.+\\.ts $' : [ 'ts-jest' ] // Only transform .ts files
20
20
} ,
21
21
globals : {
22
22
__DATABASE__ : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = {
18
18
'/node_modules/(?!(@graphprotocol)/)'
19
19
] ,
20
20
transform : {
21
- '^.+\\.(t|j)sx? $' : [ 'ts-jest' ]
21
+ '^.+\\.ts $' : [ 'ts-jest' ] // Only transform .ts files
22
22
} ,
23
23
testTimeout : 60000 ,
24
24
globals : {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module.exports = {
16
16
'/node_modules/(?!(@graphprotocol)/)'
17
17
] ,
18
18
transform : {
19
- '^.+\\.(t|j)sx? $' : [ 'ts-jest' ]
19
+ '^.+\\.ts $' : [ 'ts-jest' ] // Only transform .ts files
20
20
} ,
21
21
globals : {
22
22
__DATABASE__ : {
You can’t perform that action at this time.
0 commit comments