Skip to content

Commit 73c4f43

Browse files
committed
🐛 ignore more test files
1 parent bca9218 commit 73c4f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-configs/src/steps/language-configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function _generate_build_ts_config({
113113
baseUrl: './',
114114
},
115115
include: [input_dir],
116-
exclude: ['**/*.spec.ts'],
116+
exclude: ['**/*.spec.ts', '**/*.test.ts'],
117117
};
118118

119119
return {

0 commit comments

Comments
 (0)