Merge pull request #28541 from overleaf/td-notifications-app-ts

Change notifications app.js to TypeScript

GitOrigin-RevId: cb6195e2e8c8cd89e1a954bfcb1911929440d6ca
This commit is contained in:
Tim Down
2025-10-13 08:05:36 +00:00
committed by Copybot
parent d54efe78f7
commit 7aa66b260c
20 changed files with 61 additions and 13 deletions
@@ -1,6 +1,6 @@
import { beforeAll, describe, it, expect } from 'vitest'
import { fetchStringWithResponse } from '@overleaf/fetch-utils'
import app from '../../../app.js'
import app from '../../../app.ts'
import logger from '@overleaf/logger'
let runAppPromise: Promise<void> | null = null