Skip to content

Commit 945e676

Browse files
committed
chore: remove outdated TODOs
1 parent da1bc66 commit 945e676

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration.test.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ test('doesnt fail if prerender-routes.json file is missing (Angular 19)', async
7575
assert.deepEqual(success, true)
7676
})
7777

78-
// TODO: Make this work
7978
test('Angular 19 using CommonEngine', async () => {
8079
const { severityCode, success } = await build({
8180
repositoryRoot: fileURLToPath(new URL('fixtures/angular-19-common-engine', import.meta.url)),
@@ -85,7 +84,6 @@ test('Angular 19 using CommonEngine', async () => {
8584
assert.deepEqual(success, true)
8685
})
8786

88-
// TODO: Make this work
8987
test('Angular 19 using App Engine (Developer Preview)', async () => {
9088
const { severityCode, success } = await build({
9189
repositoryRoot: fileURLToPath(new URL('fixtures/angular-19-app-engine', import.meta.url)),

0 commit comments

Comments
 (0)