Remove deps-test.ts

This commit is contained in:
Alex Gleason
2024-05-14 19:19:57 -05:00
parent 2fd50261f9
commit f163af55d8
10 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { assert } from '@/deps-test.ts';
import { assert } from '@std/assert';
import ExpiringCache from './expiring-cache.ts';

View File

@@ -1,4 +1,4 @@
import { assertEquals } from '@/deps-test.ts';
import { assertEquals } from '@std/assert';
import { generateDateRange } from './time.ts';