jsdelivr / globalping

A global network of probes to run network tests like ping, traceroute and DNS resolve

Home Page:https://www.jsdelivr.com/globalping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix DB setup in tests

MartinKolarik opened this issue · comments

The tests must set up the expected DB state before running, not only in the CI as now, but also locally (from the node process). See https://github.com/jsdelivr/data.jsdelivr.com/blob/master/test/setup-db.js for a good example.