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.
2 parents 3115ac8 + babb9c5 commit d24f421Copy full SHA for d24f421
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- version: ["v1.x", canary]
+ version: [canary]
11
steps:
12
- name: clone repository
13
uses: actions/checkout@v4
context.test.ts
@@ -385,6 +385,7 @@ Deno.test({
385
386
Deno.test({
387
name: "Context - inspecting",
388
+ ignore: true,
389
fn() {
390
const app = createMockApp();
391
const req = createMockNativeRequest();
request.test.ts
@@ -272,6 +272,7 @@ Deno.test({
272
273
274
name: "Request - inspecting",
275
276
277
assertEquals(
278
Deno.inspect(
0 commit comments