chore: remove out of scope formatting changes

This commit is contained in:
Dustin Healy 2025-08-13 20:59:08 -07:00
parent 6605b6c800
commit 800391b264
40 changed files with 121 additions and 107 deletions

View file

@ -43,6 +43,7 @@ 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';