Skip to content

Commit

Permalink
build(core): Allow adding tests side by side with the code (#10760)
Browse files Browse the repository at this point in the history
  • Loading branch information
despairblue authored and riascho committed Sep 23, 2024
1 parent 17edee3 commit 954286a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["test/**"]
"exclude": ["test/**", "src/**/__tests__/**"]
}
2 changes: 1 addition & 1 deletion packages/workflow/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["test/**"]
"exclude": ["test/**", "src/**/__tests__/**"]
}

0 comments on commit 954286a

Please sign in to comment.