We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955d433 commit fc40bb5Copy full SHA for fc40bb5
tests/legacy-cli/e2e/tests/jest/basic.ts
@@ -2,9 +2,6 @@ import { applyJestBuilder } from '../../utils/jest';
2
import { ng } from '../../utils/process';
3
4
export default async function (): Promise<void> {
5
- // TODO(alanagius): enable once https://github.com/angular/angular/pull/52505 is released.
6
- return;
7
-
8
await applyJestBuilder();
9
10
const { stderr } = await ng('test');
0 commit comments