File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 168168 "executor" : " devextreme-nx-infra-plugin:build-typescript" ,
169169 "options" : {
170170 "srcPattern" : " ./js/__internal/**/*.{ts,tsx}" ,
171- "excludePatterns" : [" ./js/__internal/**/__tests__/**/*" ],
171+ "excludePatterns" : [
172+ " ./js/__internal/**/__tests__/**/*" ,
173+ " ./js/__internal/**/test_utils/**/*" ,
174+ " ./js/__internal/**/*.test_utils.ts" ,
175+ " ./js/__internal/**/*.test.ts" ,
176+ " ./js/__internal/**/*.test.tsx"
177+ ],
172178 "tsconfig" : " ./js/__internal/tsconfig.json" ,
173179 "outDir" : " ./artifacts/dist_ts" ,
174180 "resolvePaths" : true ,
177183 "inputs" : [
178184 " {projectRoot}/js/__internal/**/*.{ts,tsx}" ,
179185 " !{projectRoot}/js/__internal/**/__tests__/**/*" ,
186+ " !{projectRoot}/js/__internal/**/test_utils/**/*" ,
187+ " !{projectRoot}/js/__internal/**/*.test.ts" ,
188+ " !{projectRoot}/js/__internal/**/*.test_utils.ts" ,
189+ " !{projectRoot}/js/__internal/**/*.test.tsx" ,
180190 " {projectRoot}/js/__internal/tsconfig.json"
181191 ],
182192 "outputs" : [
You can’t perform that action at this time.
0 commit comments