Skip to content

Commit 16886c8

Browse files
committed
chore: rename to add _
1 parent 830cbcd commit 16886c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev_deps.ts renamed to _dev_deps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ export {
66
assertSpyCalls,
77
spy,
88
} from "https://deno.land/[email protected]/testing/mock.ts";
9-
109
export { describe, it } from "https://deno.land/[email protected]/testing/bdd.ts";

chain_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
describe,
88
it,
99
spy,
10-
} from "./dev_deps.ts";
10+
} from "./_dev_deps.ts";
1111

1212
describe("chain", () => {
1313
it("should return cloned response when handler is not exists", async () => {

0 commit comments

Comments
 (0)