aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index b11debdc8..1cd0beaec 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -57,12 +57,14 @@ const paths = {
"popup/*.{ts,tsx}",
"pages/*.{ts,tsx}",
"!**/*.d.ts",
+ "!**/*-test*.ts",
],
decl: [
"lib/refs.d.ts",
],
dev: [
"testlib/**/.ts",
+ "**/*-test*.ts",
],
},
dist: [