Skip to content

Commit 908b073

Browse files
committed
feat: Add tag controller test
1 parent b113974 commit 908b073

File tree

5 files changed

+3707
-26
lines changed

5 files changed

+3707
-26
lines changed

jest.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"moduleFileExtensions": [
3+
"ts",
4+
"tsx",
5+
"js",
6+
"json"
7+
],
8+
"transform": {
9+
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
10+
},
11+
"testRegex": "/src/.*\\.(test|spec).(ts|tsx|js)$",
12+
"collectCoverageFrom" : ["src/**/*.{js,jsx,tsx,ts}", "!**/node_modules/**", "!**/vendor/**"],
13+
"coverageReporters": ["json", "lcov"]
14+
}

0 commit comments

Comments
 (0)