Skip to content

Commit

Permalink
build(core): Allow adding tests side by side with the code (n8n-io#10760
Browse files Browse the repository at this point in the history
)
  • Loading branch information
despairblue authored Sep 11, 2024
1 parent 00013a2 commit 6fa1919
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 6fa1919

Please sign in to comment.