Skip to content

Commit fc40bb5

Browse files
committed
Revert "test: temporary disable Jest E2E tests"
This reverts commit 5f14bf3.
1 parent 955d433 commit fc40bb5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/legacy-cli/e2e/tests/jest/basic.ts

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { applyJestBuilder } from '../../utils/jest';
22
import { ng } from '../../utils/process';
33

44
export default async function (): Promise<void> {
5-
// TODO(alanagius): enable once https://github.com/angular/angular/pull/52505 is released.
6-
return;
7-
85
await applyJestBuilder();
96

107
const { stderr } = await ng('test');

0 commit comments

Comments
 (0)