Skip to content

Commit 323289b

Browse files
committed
test(@angular-devkit/build-angular): enable http-requests-assets e2e tests
This was previously disabled as it required updates in the framework. (cherry picked from commit b59dec1)
1 parent 2e8e9d8 commit 323289b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/legacy-cli/e2e/tests/build/prerender/http-requests-assets.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ import { installWorkspacePackages } from '../../../utils/packages';
55
import { useSha } from '../../../utils/project';
66

77
export default async function () {
8-
// TODO(alanagius): allow this test to run for non snapshots once FW v17.0.0-rc.1 is released on NPM.
9-
const isSnapshotBuild = getGlobalVariable('argv')['ng-snapshots'];
10-
if (!isSnapshotBuild) {
11-
return;
12-
}
13-
148
const useWebpackBuilder = !getGlobalVariable('argv')['esbuild'];
159
if (useWebpackBuilder) {
1610
// Not supported by the webpack based builder.

0 commit comments

Comments
 (0)