mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: add tests for moduleGraph2 (#23603)
Also did some renames from underscores to hyphens
This commit is contained in:
parent
67d00fb1e3
commit
48daf2dc88
37 changed files with 127 additions and 66 deletions
|
@ -1,4 +1,4 @@
|
|||
import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0";
|
||||
import version, { TestClass } from "jsr:@denotest/no-module-graph@0.1.0";
|
||||
|
||||
console.log(version);
|
||||
console.log(new TestClass());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue