beefchimi / react-hooks

A collection of useful React hooks
ISC License
0 stars 0 forks source link

[Vitest] Consider using `@testing-library/jest-dom` dependency #17

Open beefchimi opened 2 years ago

beefchimi commented 2 years ago

I originally avoided this, but if I follow the advice from this article, I should include it.

beefchimi commented 2 years ago

I've added this dependency in this PR: https://github.com/beefchimi/react-hooks/pull/23

But, we still need to wire up the eslint-plugins, which will need to come from dev-configs: https://github.com/beefchimi/dev-configs/issues/47