Closed
Description
Each end-to-end test tslint.json
has something like 30 rules enabled. That's a lot of rules! The tests shouldn't be including such a large number of rules, as changes to any of them can break the end-to-end tests.
If there are specific things that need to be tested, they should be in their own test. For now I'll reduce the number of rules enabled in end-to-end configurations.