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
Determine a path forward for testing component in the library.
Decisions to make include:
Selecting a testing framework (i.e. test runner, assetions, mocking etc). Recommended solutions include jest and vitest. Sounds like vitest works well with vite and configuration is relatively simple compared to jest.
Add vitest, testing-library and jsdom packages.
Update configuration files.
Add setupTests.ts.
Add example test for Swatch component.
Add error handling to lint-staged config.
Worked out some outstanding TS issues.
Ref: #27
Determine a path forward for testing component in the library.
Decisions to make include:
Next, start adding tests to existing components.
The text was updated successfully, but these errors were encountered: