misc test

This commit is contained in:
Matteo Pagliazzi
2019-10-04 19:50:52 +02:00
parent 2a4e103812
commit 20ef27028e
5 changed files with 4 additions and 5 deletions

View File

@@ -15,5 +15,5 @@ let sinonStubPromise = require('sinon-stub-promise');
sinonStubPromise(global.sinon);
global.sandbox = sinon.createSandbox();
import setupNconf from '../../website/server/libs/setupNconf';
const setupNconf = require('../../website/server/libs/setupNconf');
setupNconf('./config.json.example');