summaryrefslogtreecommitdiff
path: root/tests/registry/jsr/@denotest/no-module-graph/0.1.1/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/jsr/@denotest/no-module-graph/0.1.1/mod.ts')
-rw-r--r--tests/registry/jsr/@denotest/no-module-graph/0.1.1/mod.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/jsr/@denotest/no-module-graph/0.1.1/mod.ts b/tests/registry/jsr/@denotest/no-module-graph/0.1.1/mod.ts
new file mode 100644
index 000000000..5e1fd9435
--- /dev/null
+++ b/tests/registry/jsr/@denotest/no-module-graph/0.1.1/mod.ts
@@ -0,0 +1,3 @@
+export default "0.1.1";
+
+export { default as TestClass } from "./TestClass.ts";