diff options
Diffstat (limited to 'test/imports/undici-import.ts')
-rw-r--r-- | test/imports/undici-import.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/imports/undici-import.ts b/test/imports/undici-import.ts new file mode 100644 index 0000000..fb7344e --- /dev/null +++ b/test/imports/undici-import.ts @@ -0,0 +1,5 @@ +import { request } from '../../' + +async function exampleCode() { + await request('http://localhost:3000/foo') +} |