fix: tests

This commit is contained in:
Julian Lam
2022-04-08 14:12:42 -04:00
parent 714c782e00
commit cc481f1234

View File

@@ -43,6 +43,7 @@ nconf.defaults({
upload_path: 'test/uploads', upload_path: 'test/uploads',
views_dir: path.join(__dirname, '../../build/public/templates'), views_dir: path.join(__dirname, '../../build/public/templates'),
relative_path: '', relative_path: '',
secret: 'abcdef',
}); });
const urlObject = url.parse(nconf.get('url')); const urlObject = url.parse(nconf.get('url'));