diff --git a/test/deps.ts b/test/deps.ts index 0f6a35a..960facd 100644 --- a/test/deps.ts +++ b/test/deps.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.95.0/testing/asserts.ts" -export * from "https://deno.land/std@0.95.0/http/server.ts" \ No newline at end of file +export * from 'https://deno.land/std@0.95.0/testing/asserts.ts' +export * from 'https://deno.land/std@0.95.0/http/server.ts'