test(utils): rename and update import paths in test file
- Rename test file for better alignment with its purpose. - Update relative import paths to reflect the new file location. Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
@@ -3,8 +3,8 @@ import {
|
||||
assertEquals,
|
||||
assertStrictEquals,
|
||||
} from 'https://deno.land/std/assert/mod.ts';
|
||||
import { IRouteDefinition } from '../Interfaces/mod.ts';
|
||||
import { createRouteMatcher } from '../mod.ts';
|
||||
import { IRouteDefinition } from '../../Interfaces/mod.ts';
|
||||
import { createRouteMatcher } from '../../mod.ts';
|
||||
|
||||
// Dummy request
|
||||
const dummyRequest = new Request('http://localhost');
|
Reference in New Issue
Block a user