[WIP] API testing

This commit is contained in:
syuilo
2017-01-17 07:51:27 +09:00
parent c57bb20c2c
commit 0900336232
3 changed files with 9 additions and 0 deletions

View File

@ -54,3 +54,8 @@ server.listen(config.port, () => {
// Send a 'ready' message to parent process
process.send('ready');
});
/**
* Export app for testing
*/
module.exports = app;