mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
* Move parseHostPorts to utils and cover with test suite * fix tabs * comment pre commit hook * add test * wip * remove only * fix 2 critical, 12 high vulnerabilities via npm audit fix --------- Co-authored-by: Markus Frindt <m.frindt@cognigy.com>
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
require('./docker_start');
|
|
require('./create-test-db');
|
|
require('./sip-tests');
|
|
require('./docker_stop');
|
|
require('./utils');
|