Open puneetmakkar opened 3 years ago
Hello @puneetmakkar,
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.