chore: add tests for moduleGraph2 (#23603)

Also did some renames from underscores to hyphens
This commit is contained in:
David Sherret 2024-04-29 14:09:58 -04:00 committed by GitHub
parent 67d00fb1e3
commit 48daf2dc88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 127 additions and 66 deletions

View file

@ -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());