Kelly Vernon

Results 5 comments of Kelly Vernon

So I did some poking around and found an option: ```bash npx create-turbo@latest --use-pnpm --no-install ``` Doing this syntax above gives me way to get around the error, or at...

This is a problem for me too.

@G-Rath I can and also thank you for reviewing this. In a config for it would be something like: ```javascript { /* ... */ rules: { 'jest/no-standalone-expect': ['error', { additionalTestBlockFunctions:...

Sounds good to me 👍 On Sat, Jun 21, 2025, 7:10 AM dazaart ***@***.***> wrote: > *dazaart* left a comment (jest-community/eslint-plugin-jest#1662) > > > i want to try work on...

Thank you for the suggestion. I just tried it, and nothing changed; meaning the form onchange still doesn't dispatch. :( ```typescript ```