Skip to content

Commit f0c6610

Browse files
committed
fix: run all the tests
1 parent 8e8edc4 commit f0c6610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ipdata.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('lookup()', () => {
6969
await expect(ipdata.lookup(null, field)).rejects.toThrowError(`${field} is not a valid field.`);
7070
});
7171

72-
it.only('should return a response with only the field', async () => {
72+
it('should return a response with only the field', async () => {
7373
const field = 'is_eu';
7474
const info = await ipdata.lookup(null, field);
7575
expect(info).toHaveProperty(field, false);

0 commit comments

Comments
 (0)