diff options
Diffstat (limited to 'tests/specs/publish/node_specifier/mod.ts')
-rw-r--r-- | tests/specs/publish/node_specifier/mod.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/publish/node_specifier/mod.ts b/tests/specs/publish/node_specifier/mod.ts new file mode 100644 index 000000000..9d8263709 --- /dev/null +++ b/tests/specs/publish/node_specifier/mod.ts @@ -0,0 +1,5 @@ +import "node:http"; + +export function foobar(): string { + return "string"; +} |