Skip to content

Commit c753209

Browse files
committed
build: remove MDC tests script
The `check-mdc-tests` script isn't being used anymore.
1 parent 90352aa commit c753209

File tree

4 files changed

+0
-320
lines changed

4 files changed

+0
-320
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ jobs:
326326
327327
- run: yarn ng-dev format changed --check << pipeline.git.base_revision >>
328328
- run: yarn ownerslint
329-
- run: yarn check-mdc-tests
330329
- run: yarn stylelint
331330
- run: yarn tslint
332331
- run: yarn -s ts-circular-deps:check

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"test-linker-aot": "bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only -- //integration/... //src/...",
4747
"test-linker-jit": "bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only --//tools:force_partial_jit_compilation=True -- //integration/... //src/...",
4848
"integration-tests:mdc-migration": "bazel test --test_output=streamed //integration/mdc-migration/...",
49-
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts",
5049
"check-tooling-setup": "yarn tsc --project tools/tsconfig.json && yarn tsc --project scripts/tsconfig.json && yarn tsc --project .ng-dev/tsconfig.json",
5150
"tsc": "node ./node_modules/typescript/bin/tsc",
5251
"ci-push-deploy-docs-app": "ts-node --esm --project scripts/tsconfig.json scripts/docs-deploy/deploy-ci-push.mts",

scripts/check-mdc-tests-config.ts

Lines changed: 0 additions & 200 deletions
This file was deleted.

scripts/check-mdc-tests.ts

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)