1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 03:46:19 +02:00

[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;