Skip to content

Commit

Permalink
chore: exclude all __tests__ folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Makila committed Sep 13, 2020
1 parent 73018ae commit 9756368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"exclude": [
"node_modules",
"dist",
"src/__tests__"
"**/__tests__/*"
],
"include": ["src/**/*"]
}

0 comments on commit 9756368

Please sign in to comment.