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

✨ feat(eslint): convert arrange-act-assert ESLint rule to Typescript #685

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

w3bdesign
Copy link
Owner

No description provided.

Implement custom ESLint rule to enforce AAA pattern comments in test files by
validating test functions contain Arrange, Act, Assert comments
The ESLint rule for enforcing AAA pattern in tests has been removed as we're
moving towards a more flexible testing approach that doesn't require strict
comment patterns
@w3bdesign w3bdesign self-assigned this Feb 7, 2025
Copy link

vercel bot commented Feb 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dfweb-v4 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 6:03am

Copy link

sonarqubecloud bot commented Feb 7, 2025

@w3bdesign w3bdesign merged commit 1619aaa into main Feb 7, 2025
13 checks passed
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.

1 participant