Skip to content

Commit 3a3b5b0

Browse files
committed
test: Handle json requires in jest
1 parent 98f139c commit 3a3b5b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
},
7575
"moduleFileExtensions": [
7676
"js",
77-
"ts"
77+
"ts",
78+
"json"
7879
],
7980
"testEnvironment": "node",
8081
"testMatch": [

0 commit comments

Comments
 (0)