Got all tests passing again

This commit is contained in:
Chris Troutner
2021-07-17 08:15:02 -07:00
parent 6f619db666
commit e04cb1f05a
8 changed files with 76 additions and 3230 deletions
+2
View File
@@ -23,6 +23,8 @@ const LOCALHOST = `http://localhost:${config.port}`
describe('Auth', () => {
before(async () => {
try {
process.env.E2ETEST = 'true'
// This should be the first instruction. It starts the REST API server.
await app.startServer()