Skip to content

Commit 00b2ba8

Browse files
committed
updated meta config
1 parent 36196fa commit 00b2ba8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

deno.jsonc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@
3030
"exclude": [
3131
"./docs",
3232
"./test_utils",
33-
"**/*_test.ts",
3433
"cov_profile",
3534
"cov_profile.lcov",
36-
"dev_deps.ts",
3735
"**/__snapshots__",
3836
".github",
3937
".vscode",

deno.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/useOakServer_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { SupportedVerb } from "./Store.ts";
22
import {
33
type Context,
44
type ErrorStatus,
5-
RouteContext,
5+
type RouteContext,
66
Status,
77
testing as oakTesting,
88
} from "@oak/oak";

0 commit comments

Comments
 (0)