Skip to content

Commit

Permalink
test: fix mod_test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 21, 2024
1 parent 4e2e34e commit 003fefb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions as/mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { as } from "./mod.ts";

const excludes = [
"mod.ts",
"_*.ts",
"*_bench.ts",
"*_test.ts",
];

Expand Down
2 changes: 2 additions & 0 deletions is/mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { is } from "./mod.ts";

const excludes = [
"mod.ts",
"_*.ts",
"*_bench.ts",
"*_test.ts",
];

Expand Down
2 changes: 2 additions & 0 deletions mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { is } from "./is/mod.ts";

const excludes = [
"mod.ts",
"_*.ts",
"*_bench.ts",
"*_test.ts",
];

Expand Down

0 comments on commit 003fefb

Please sign in to comment.