[WIP] API testing
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user