Skip to content

Commit 9e0b450

Browse files
committed
test: fix mod_test.ts
1 parent 9cd75f8 commit 9e0b450

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

as/mod_test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { as } from "./mod.ts";
44

55
const excludes = [
66
"mod.ts",
7+
"_*.ts",
8+
"*_bench.ts",
79
"*_test.ts",
810
];
911

is/mod_test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { is } from "./mod.ts";
44

55
const excludes = [
66
"mod.ts",
7+
"_*.ts",
8+
"*_bench.ts",
79
"*_test.ts",
810
];
911

mod_test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { is } from "./is/mod.ts";
66

77
const excludes = [
88
"mod.ts",
9+
"_*.ts",
10+
"*_bench.ts",
911
"*_test.ts",
1012
];
1113

0 commit comments

Comments
 (0)