UNPKG

openhim-core

Version:

The OpenHIM core application that provides logging and routing of http requests

9 lines (6 loc) 254 B
/* eslint-env mocha */ require('../src/config/config') import { SERVER_PORTS } from './constants' import nconf from 'nconf' // Set the router http port to the mocked constant value for the tests nconf.set('router', { httpPort: SERVER_PORTS.httpPort })