Skip to content

Commit

Permalink
Revert "feat: add support for zone.js 0.11.1 (#448)"
Browse files Browse the repository at this point in the history
This reverts commit 3879976.
  • Loading branch information
ahnpnl committed Aug 23, 2020
1 parent 3879976 commit 2d8f756
Show file tree
Hide file tree
Showing 31 changed files with 10 additions and 11,056 deletions.
4 changes: 3 additions & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# E2E tests


## Directory structure

- `test-app-v10-zone-v11`: test app using Angular v10 and zone.js v0.11.1 with basic setup with `jest` and `jest-preset-angular`.
- `test-app-v10`: test app using Angular v10 with basic setup with `jest` and `jest-preset-angular`.
- `test-app-v9`: test app using Angular v9 with basic setup with `jest` and `jest-preset-angular`.


## Running tests

You run the tests on test apps with `yarn test:e2e` (or `npm run test:e2e)`. In `scripts/lib/paths.js`,
Expand All @@ -16,6 +17,7 @@ What will happen in order is as following:
1. Each test project will install its dependencies
2. Each test suite in each test project runs according to `jest` config of that project.


## Why

E2E tests being in a temporary folder of the operating system ensure none of the parents would be containing `node_modules`.
Expand Down
18 changes: 0 additions & 18 deletions e2e/test-app-v10-zone-v11/.browserslistrc

This file was deleted.

16 changes: 0 additions & 16 deletions e2e/test-app-v10-zone-v11/.editorconfig

This file was deleted.

46 changes: 0 additions & 46 deletions e2e/test-app-v10-zone-v11/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions e2e/test-app-v10-zone-v11/README.md

This file was deleted.

98 changes: 0 additions & 98 deletions e2e/test-app-v10-zone-v11/angular.json

This file was deleted.

24 changes: 0 additions & 24 deletions e2e/test-app-v10-zone-v11/jest-global-mocks.ts

This file was deleted.

7 changes: 0 additions & 7 deletions e2e/test-app-v10-zone-v11/jest.config.js

This file was deleted.

38 changes: 0 additions & 38 deletions e2e/test-app-v10-zone-v11/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions e2e/test-app-v10-zone-v11/setup-jest.ts

This file was deleted.

0 comments on commit 2d8f756

Please sign in to comment.