1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Moving comment.

This commit is contained in:
mike12345567 2021-03-04 17:12:44 +00:00
parent 06e95e11ea
commit 0be5eb0b98

View file

@ -19,8 +19,8 @@ class TestConfiguration {
constructor() {
env.PORT = 4002
this.server = require("../../../../app")
this.request = supertest(this.server)
// we need the request for logging in, involves cookies, hard to fake
this.request = supertest(this.server)
this.appId = null
}