Files
sbc-inbound/test/index.js
Markus Frindt c270c0df43 Feat/improve parse host ports (#149)
* 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>
2024-08-01 08:41:49 -04:00

6 lines
126 B
JavaScript

require('./docker_start');
require('./create-test-db');
require('./sip-tests');
require('./docker_stop');
require('./utils');