Fix server tests

This commit is contained in:
Kylart 2018-07-21 02:17:57 +02:00
parent c37cce3633
commit b34e7dd6b3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ test.before('Init server', async () => {
* Creating .KawAnime-test directory and necessary files
*/
const app = express()
require('../server')(app)
require('../app/main/server')(app)
/**
* Server config