Files
jambonz-api-server/test/index.js
T
Dave Horton ed51d8b13f merge of features from hosted branch (#7)
major merge of features from the hosted branch that was created temporarily during the initial launch of jambonz.org
2021-06-17 15:56:21 -04:00

17 lines
423 B
JavaScript

require('./docker_start');
require('./create-test-db');
require('./sip-gateways');
require('./smpp-gateways');
require('./service-providers');
require('./voip-carriers');
require('./accounts');
require('./phone-numbers');
require('./applications');
require('./auth');
require('./sbcs');
require('./ms-teams');
require('./speech-credentials');
require('./recent-calls');
require('./webapp_tests');
require('./docker_stop');