UNPKG

146 BJavaScriptView Raw
1'use strict';
2
3process.env.TZ = 'UTC';
4module.exports = require('./server');
5module.exports.testhelper = require('../tests/helpers/template.js');