Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jest no focused tests to angular #13

Merged
merged 2 commits into from
Nov 25, 2021
Merged

Conversation

JostHren
Copy link
Contributor

@JostHren JostHren commented Nov 19, 2021

1st commit:
We would like to add jest/no-focused-tests rule to the angular linting. We believe that it is a good practice that all tests that are written are also included when running tests. It also helps with preventing leaving .skip or similar commands in code by mistake after optimising/debugging tests.

2nd comit:
When saving with formatting on save on, I found out that - how ironical - our linting rules are not formatted consistently. So this commit I all about styling consistency. Before some rules were quoted with single quote and some with double. Now everything is quoted the same way.

@aleks3fs
Copy link
Contributor

Can we also add task to issue board to add prettier and CI to check formatting?

@JostHren
Copy link
Contributor Author

JostHren commented Nov 19, 2021

Can we also add task to issue board to add prettier and CI to check formatting?

Sure, very good proposal. 👍 ... I will add it right away! Issue created: #14

@aleks3fs aleks3fs merged commit 736bc35 into master Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants