Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit cbe2325

Browse files
committed
chore: remove test dir
1 parent 8352eae commit cbe2325

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/routing_test.ts renamed to framework/core/routing_test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { assertEquals } from 'https://deno.land/[email protected]/testing/asserts.ts'
2-
import { Routing } from '../framework/core/routing.ts'
1+
import { assertEquals } from 'https://deno.land/[email protected]/testing/asserts.ts'
32

43
const routing = new Routing([], '/', 'en', ['en', 'zh-CN'])
54

test/multiparser_test.ts renamed to server/multiparser_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from 'https://deno.land/std@0.84.0/testing/asserts.ts'
1+
import { assertEquals } from 'https://deno.land/std@0.85.0/testing/asserts.ts'
22
import { multiParser } from '../server/multiparser.ts'
33

44
const encoder = new TextEncoder()

0 commit comments

Comments
 (0)