Skip to content

Commit

Permalink
Exclude test files properly in core-server
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 29, 2022
1 parent b44ab91 commit a682561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"src/**/*"
],
"exclude": [
"src/**.test.ts"
"src/**/**.test.ts"
]
}

0 comments on commit a682561

Please sign in to comment.