Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it('exists', async () => {
expect.assertions(1);
const response = await Reader.open('../GeoIP2-City-Test.mmdb');
expect(response.city('175.16.199.1')).toHaveProperty('city.geonameId');
});
});
it('exists', async () => {
expect.assertions(1);
const response = await Reader.open('../GeoIP2-City-Test.mmdb');
expect(response.city('175.16.199.1')).toHaveProperty('city.geonameId');
});
});