-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bring outdated information up-to-date (#260)
Updated several outdated parts in the README.md, mostly in the FAQ section: * `jest-zone-patch` is included directly in the preset now * `preserveWhitespaces` is also `false` in Angular v7 (https://angular.io/api/core/Component#preserveWhitespaces) * `body.style.transform`-property is available in the currently used JSDOM version (v13), patching is not required anymore. * Transpiling with babel-jest recommended to complement the ts-jest configuration in an outdated style. Updated it to the current one. * We should not recommend patching RxJS the v5 way, RxJS v6 is an Angular dependency since Angular v6. I added a note to make this clear. Maybe we should remove this part completely in a later version.
- Loading branch information
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters