Skip to content

Commit db53ecc

Browse files
committed
Bump test dep superoak@5.0.0, removed workaround
1 parent 18d73cb commit db53ecc

File tree

2 files changed

+44
-6
lines changed

2 files changed

+44
-6
lines changed

deno.lock

Lines changed: 43 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/deps.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
export { type Middleware, testing } from 'jsr:@oak/oak@17.1.4';
22
export { Client, StrategiesType } from 'jsr:@switcherapi/switcher-client-deno@2.1.0';
3-
export { superoak } from 'https://deno.land/x/superoak@4.8.1/mod.ts';
3+
export { superoak } from 'https://deno.land/x/superoak@5.0.0/mod.ts';
44
export { assert, assertEquals, assertFalse, assertObjectMatch } from 'jsr:@std/assert@1.0.13';
5-
6-
// Fixes superdeno@4.9.0 issue
7-
// deno-lint-ignore no-explicit-any
8-
(globalThis as any).window = globalThis;

0 commit comments

Comments
 (0)