We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mod_test.ts
1 parent 9cd75f8 commit 9e0b450Copy full SHA for 9e0b450
as/mod_test.ts
@@ -4,6 +4,8 @@ import { as } from "./mod.ts";
4
5
const excludes = [
6
"mod.ts",
7
+ "_*.ts",
8
+ "*_bench.ts",
9
"*_test.ts",
10
];
11
is/mod_test.ts
@@ -4,6 +4,8 @@ import { is } from "./mod.ts";
mod_test.ts
@@ -6,6 +6,8 @@ import { is } from "./is/mod.ts";
12
13
0 commit comments