Skip to content

Commit

Permalink
Chasefleming/exclude test (#1575)
Browse files Browse the repository at this point in the history
* PKG -- [root] Exclude

* PKG -- [root] changesets

---------

Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com>
  • Loading branch information
chasefleming and chasefleming authored Mar 6, 2023
1 parent e1ab688 commit bbdeea3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changeset/lazy-goats-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@onflow/config": minor
"@onflow/fcl": minor
"@onflow/sdk": minor
"@onflow/util-address": minor
"@onflow/util-encode-key": minor
---

Exclude tests from type gen
3 changes: 3 additions & 0 deletions packages/config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
// Change this to match your project
"include": ["src/**/*"],
"exclude": [
"src/**/*.test.js",
],
"compilerOptions": {
// Tells TypeScript to read JS files, as
// normally they are ignored as source files
Expand Down
2 changes: 0 additions & 2 deletions packages/fcl/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"include": ["src/**/*"],
"exclude": [
"src/**/*.test.js",
"src/**/**/*.test.js",
"src/**/**/**/*.test.js",
],
"compilerOptions": {
"types" : ["node"],
Expand Down

0 comments on commit bbdeea3

Please sign in to comment.