Skip to content

Commit

Permalink
πŸ› ignore more test files
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 10, 2024
1 parent bca9218 commit 73c4f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function _generate_build_ts_config({
baseUrl: './',
},
include: [input_dir],
exclude: ['**/*.spec.ts'],
exclude: ['**/*.spec.ts', '**/*.test.ts'],
};

return {
Expand Down

0 comments on commit 73c4f43

Please sign in to comment.