Merge pull request #28541 from overleaf/td-notifications-app-ts
Change notifications app.js to TypeScript GitOrigin-RevId: cb6195e2e8c8cd89e1a954bfcb1911929440d6ca
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user