summaryrefslogtreecommitdiffstats
path: root/test/imports/undici-import.ts
blob: fb7344e49b8a41a3bec786b0900ea0bd8561c7cf (plain)
1
2
3
4
5
import { request } from '../../'

async function exampleCode() {
  await request('http://localhost:3000/foo')
}