Skip to content

test: add GET int test #1035

test: add GET int test

test: add GET int test #1035

Triggered via push November 6, 2023 12:38
Status Failure
Total duration 2m 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build: test/utils/nock-geo-ip.ts#L14
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ ip2location: { default: { country_code: string; region_name: string; city_name: string; latitude: number; longitude: number; asn: string; as: string; is_proxy: boolean; }; argentina: { country_code: string; ... 6 more ...; is_proxy: boolean; }; ... 9 more ...; noVpn: { ...; }; }; ipmap: { ...; }; maxmind: { ...; }...'.
build: test/utils/nock-geo-ip.ts#L28
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ default: { locations: { cityName: string; latitude: number; longitude: number; stateAnsiCode: string; countryCodeAlpha2: string; }[]; }; argentina: { locations: { cityName: string; latitude: number; longitude: number; stateAnsiCode: string; countryCodeAlpha2: string; }[]; }; newYork: { ...; }; empty: { ...; }; emp...'.
build: test/utils/nock-geo-ip.ts#L29
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ default: { country_code: string; region_name: string; city_name: string; latitude: number; longitude: number; asn: string; as: string; is_proxy: boolean; }; argentina: { country_code: string; region_name: string; ... 5 more ...; is_proxy: boolean; }; ... 9 more ...; noVpn: { ...; }; }'.
build: test/utils/nock-geo-ip.ts#L30
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ default: { continent: { code: string; }; country: { isoCode: string; }; subdivisions: { iso_code: string; }[]; city: { names: { en: string; }; }; location: { latitude: number; longitude: number; }; traits: { autonomousSystemNumber: number; isp: string; }; }; ... 5 more ...; emptyNetwork: { ...; }; }'.
build: test/utils/nock-geo-ip.ts#L31
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ default: { city: string; region: string; country: string; loc: string; org: string; privacy: { hosting: boolean; }; }; argentina: { city: string; region: string; country: string; loc: string; org: string; }; ... 6 more ...; undefinedNetwork: { ...; }; }'.
build: test/utils/nock-geo-ip.ts#L32
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ default: { as: { name: string; number: number; }; "geo-digitalelement": { city: string; continent_code: string; country_code: string; country_code3: string; country_name: string; latitude: number; longitude: number; region: string; }; }; ... 8 more ...; private: { ...; }; }'.
build
Process completed with exit code 1.