Skip to content

Commit

Permalink
fix(bundle): update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 16, 2024
1 parent 4a7b6b9 commit 3b2de6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bundle/ts/testing/test_specifiers.ts
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 3b2de6c

Please sign in to comment.