File tree Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change 96
96
}
97
97
},
98
98
"jest" : {
99
- "preset" : " ts-jest" ,
100
- "testEnvironment" : " node" ,
101
- "collectCoverageFrom" : [
102
- " plugins/**/*.{ts,tsx,js,jsx}"
103
- ],
104
- "coveragePathIgnorePatterns" : [
105
- " /node_modules/" ,
106
- " /lib/" ,
107
- " /dist/" ,
108
- " \\ .d\\ .ts$" ,
109
- " /generated/"
110
- ],
111
99
"coverageReporters" : [
112
100
" json" ,
113
101
" json-summary" ,
121
109
"lines" : 40 ,
122
110
"statements" : 40
123
111
}
124
- },
125
- "moduleFileExtensions" : [
126
- " ts" ,
127
- " tsx" ,
128
- " js" ,
129
- " jsx" ,
130
- " json"
131
- ],
132
- "transform" : {
133
- "^.+\\ .(ts|tsx)$" : " ts-jest" ,
134
- "^.+\\ .(js|jsx|mjs|esm\\ .js)$" : " ts-jest"
135
- },
136
- "testMatch" : [
137
- " **/__tests__/**/*.(ts|tsx|js)" ,
138
- " **/*.(test|spec).(ts|tsx|js)"
139
- ],
140
- "transformIgnorePatterns" : [
141
- " node_modules/(?!(@backstage/.*))"
142
- ],
143
- "testPathIgnorePatterns" : [
144
- " packages/app/e2e-tests/" ,
145
- " packages/app/src/"
146
- ]
112
+ }
147
113
}
148
114
}
You can’t perform that action at this time.
0 commit comments