[WIP] API testing
This commit is contained in:
parent
c57bb20c2c
commit
0900336232
3 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue