Skip to content

Commit 4e43323

Browse files
committed
refactor: handle db preload outside of tests
1 parent a6d36ae commit 4e43323

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ describe('geolite2', async function() {
1212
'GeoLite2-City': path.resolve('../dbs/GeoLite2-City.mmdb')
1313
};
1414

15-
await geolite2.downloadDbs()
16-
1715
it('should contain a valid ASN db', function() {
1816
let stat = fs.statSync(paths['GeoLite2-ASN']);
1917
assert(stat.size > 1e6);

0 commit comments

Comments
 (0)