diff options
Diffstat (limited to 'tests/registry/jsr/@denotest/module-graph2/1.4.0/other.ts')
-rw-r--r-- | tests/registry/jsr/@denotest/module-graph2/1.4.0/other.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/registry/jsr/@denotest/module-graph2/1.4.0/other.ts b/tests/registry/jsr/@denotest/module-graph2/1.4.0/other.ts new file mode 100644 index 000000000..57e436cf8 --- /dev/null +++ b/tests/registry/jsr/@denotest/module-graph2/1.4.0/other.ts @@ -0,0 +1,2 @@ +export class Other { +} |