summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 748a5a0..09b8646 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,6 +22,7 @@
"src/**/*",
],
"exclude": [
- "src/**/*.test.ts"
+ "src/**/*.test.ts",
+ "src/setupTests.ts"
]
}