You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using lint-staged and husky for pre-commit hooks.
rustywind changes the class order on changed files on commit and later jest test fails as snapshots have not been updated.
test failure causes the rustywind changes to be reverted.
I could be completely wrong, but if you need to generate the snapshots correctly, you need to run the command rustywind --write as well before generating them, this way the problem will be avoided 🏆
Hi @praveenperera ,
Thanks for the great package.
We are using lint-staged and husky for pre-commit hooks.
rustywind changes the class order on changed files on commit and later jest test fails as snapshots have not been updated.
test failure causes the rustywind changes to be reverted.
any idea on how can we resolve the issue ?
Thanks.
The text was updated successfully, but these errors were encountered: