mirror of https://github.com/Kylart/KawAnime.git
Fix server tests
This commit is contained in:
parent
c37cce3633
commit
b34e7dd6b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue