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/testdata/jsr/registry/@denotest/module-graph/1.4.0/mod.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/testdata/jsr/registry/@denotest/module-graph/1.4.0/mod.ts (limited to 'tests/testdata/jsr/registry/@denotest/module-graph/1.4.0/mod.ts') diff --git a/tests/testdata/jsr/registry/@denotest/module-graph/1.4.0/mod.ts b/tests/testdata/jsr/registry/@denotest/module-graph/1.4.0/mod.ts new file mode 100644 index 000000000..cb3c4a5e0 --- /dev/null +++ b/tests/testdata/jsr/registry/@denotest/module-graph/1.4.0/mod.ts @@ -0,0 +1,5 @@ +import { Other } from "./other.ts"; + +export class Test { + other = new Other(); +} -- cgit v1.2.3