-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: bugSomething isn't workingSomething isn't workingtype: cleanupCode smells, incorrect tests, build systems, or other internal shenanigansCode smells, incorrect tests, build systems, or other internal shenanigans
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.
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: bugSomething isn't workingSomething isn't workingtype: cleanupCode smells, incorrect tests, build systems, or other internal shenanigansCode smells, incorrect tests, build systems, or other internal shenanigans