diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-13 11:00:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 11:00:45 +0100 |
| commit | bbf8f69cb979be0f36c38ae52b1588e648b3252e (patch) | |
| tree | c6b8f727a1c99eb848248c0891d08eb72dc73b49 /cli/tests/testdata/publish/successful/mod.ts | |
| parent | 86769b0d1cfb7341df31278913524492d5f9ab52 (diff) | |
test: integration tests for tarring/unfurling (#21544)
Diffstat (limited to 'cli/tests/testdata/publish/successful/mod.ts')
| -rw-r--r-- | cli/tests/testdata/publish/successful/mod.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/publish/successful/mod.ts b/cli/tests/testdata/publish/successful/mod.ts new file mode 100644 index 000000000..152bce40b --- /dev/null +++ b/cli/tests/testdata/publish/successful/mod.ts @@ -0,0 +1,5 @@ +import http from "@std/http"; + +export function foobar() { + return http.fileServer; +} |
