From 48daf2dc88c2ec340af37a176fd9351010b38929 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 29 Apr 2024 14:09:58 -0400 Subject: chore: add tests for moduleGraph2 (#23603) Also did some renames from underscores to hyphens --- tests/specs/jsr/module_graph/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/specs/jsr/module_graph/main.ts') diff --git a/tests/specs/jsr/module_graph/main.ts b/tests/specs/jsr/module_graph/main.ts index c92823cc2..3f95747c5 100644 --- a/tests/specs/jsr/module_graph/main.ts +++ b/tests/specs/jsr/module_graph/main.ts @@ -1,3 +1,3 @@ -import { Test } from "jsr:@denotest/module_graph"; +import { Test } from "jsr:@denotest/module-graph"; console.log(new Test()); -- cgit v1.2.3