Skip to content

Commit 7328610

Browse files
committed
test: add jest.json
1 parent 550429b commit 7328610

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

jest.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"moduleFileExtensions": [
3+
"js",
4+
"json",
5+
"ts"
6+
],
7+
"rootDir": "./test",
8+
"testEnvironment": "node",
9+
"testRegex": ".spec.ts$",
10+
"transform": {
11+
"^.+\\.(t|j)s$": "ts-jest"
12+
}
13+
}

0 commit comments

Comments
 (0)