UNPKG

@aibulat/funtest

Version:

Using supertest to make tests for some publicly available REST APIs

16 lines (15 loc) 372 B
const reply = { ip: "8.8.8.8", hostname: "dns.google", anycast: true, city: "Mountain View", region: "California", country: "US", loc: "37.4056,-122.0775", org: "AS15169 Google LLC", postal: "94043", timezone: "America/Los_Angeles", readme: "https://ipinfo.io/missingauth", }; const samples = { reply }; export default samples;