Skip to content

Commit 2f29728

Browse files
aramirezjBioPhoton
andauthored
Update code-pushup.config.ts
Co-authored-by: Michael Hladky <10064416+BioPhoton@users.noreply.github.com>
1 parent 6be3803 commit 2f29728

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code-pushup.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export default mergeConfigs(
4343
await docCoverageCoreConfig({
4444
sourceGlob: [
4545
'packages/**/src/**/*.ts',
46-
'!**/*.spec.ts',
47-
'!**/*.test.ts',
46+
'!**/*.{spec,test}.ts'
4847
'!**/implementation/**',
4948
'!**/internal/**',
5049
],

0 commit comments

Comments
 (0)