Closed vaasuu closed 1 year ago
server.js was not being loaded during tests so the env files were not being read correctly. app.js is loaded normally and when running tests so it's a better place for these.
server.js
app.js
server.js
was not being loaded during tests so the env files were not being read correctly.app.js
is loaded normally and when running tests so it's a better place for these.