From 1b838d698b16dbba2607896e4da0ba1e14218bd7 Mon Sep 17 00:00:00 2001 From: Subrat Kumar Palhar Date: Mon, 31 Aug 2020 14:31:23 +0530 Subject: [PATCH] Revert "test(docs-infra): add commands to run the unit tests (#34537)" This reverts commit e8793c227bb3de0a7f740a6ee4c825b47ab4bb15. --- .../comparing-observables/e2e/src/app.e2e-spec.ts | 9 --------- .../comparing-observables/example-config.json | 12 ------------ 2 files changed, 21 deletions(-) delete mode 100644 aio/content/examples/comparing-observables/e2e/src/app.e2e-spec.ts delete mode 100644 aio/content/examples/comparing-observables/example-config.json diff --git a/aio/content/examples/comparing-observables/e2e/src/app.e2e-spec.ts b/aio/content/examples/comparing-observables/e2e/src/app.e2e-spec.ts deleted file mode 100644 index ac89f882d0a62..0000000000000 --- a/aio/content/examples/comparing-observables/e2e/src/app.e2e-spec.ts +++ /dev/null @@ -1,9 +0,0 @@ -/* - * This example project is special in that it is not a cli app. To run tests appropriate for this - * project, the test command is overwritten in `aio/content/examples/observables/example-config.json`. - * - * This is an empty placeholder file to ensure that `aio/tools/examples/run-example-e2e.js` runs - * tests for this project. - * - * TODO: Fix our infrastructure/tooling, so that this hack is not necessary. - */ diff --git a/aio/content/examples/comparing-observables/example-config.json b/aio/content/examples/comparing-observables/example-config.json deleted file mode 100644 index 3aa2059b4d004..0000000000000 --- a/aio/content/examples/comparing-observables/example-config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "tests": [ - { - "cmd": "yarn", - "args": ["tsc", "--project", "tsconfig.spec.json", "--module", "commonjs"] - }, - { - "cmd": "yarn", - "args": ["jasmine", "out-tsc/**/*.spec.js"] - } - ] -}