fix: TS issues

This commit is contained in:
Marco Beretta 2025-09-11 23:27:29 +02:00
parent 780e6a4766
commit c5efa9c9d4
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
31 changed files with 87 additions and 104 deletions

View file

@ -43,7 +43,6 @@ afterEach(() => {
//TODO: This works/passes locally but http request tests fail with 404 in CI. Need to figure out why.
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('GET /', () => {
it('should return 200 and the correct body', async () => {
process.env.APP_TITLE = 'Test Title';