refactor(fetch test): resolve import specifier via the active import map

This commit is contained in:
P. Reis 2024-04-12 14:26:45 -03:00
parent 073a3df17e
commit 0f4c76c761
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { assertEquals, assertRejects } from '@/deps-test.ts';
import { fetchWorker } from './fetch.ts';
import { fetchWorker } from '@/workers/fetch.ts';
Deno.test({
name: 'fetchWorker',