diff --git a/bundle/ts/testing/test_specifiers.ts b/bundle/ts/testing/test_specifiers.ts index f5b9fae..8e6fe5b 100644 --- a/bundle/ts/testing/test_specifiers.ts +++ b/bundle/ts/testing/test_specifiers.ts @@ -1,7 +1,6 @@ // deno-lint-ignore-file no-console no-external-import // Example module with specifiers import { red } from "jsr:@std/fmt/colors" -import zod from "npm:zod" import { inspect } from "node:util" -console.log(red, zod, inspect) +console.log(red, inspect) console.log("success" as string)