integration switch

This commit is contained in:
Sebastian Rindom
2020-06-29 16:23:07 +02:00
parent 9244abe7b0
commit d9b4d32fa3
6 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ testApp.use((req, res, next) => {
next()
})
apiLoader({ container, app: testApp })
apiLoader({ container, rootDirectory: ".", app: testApp })
const supertestRequest = supertest(testApp)