jest-dom icon indicating copy to clipboard operation
jest-dom copied to clipboard

perf: replace chalk with picocolors

Open timdeschryver opened this issue 11 months ago • 0 comments

What:

This PR replaces chalk with picocolors.

Why:

Picocolors is smaller and faster. For a reference see https://github.com/es-tooling/ecosystem-cleanup/issues/132.

How:

Uninstalled chalked, and installed picocolors. Renamed the import

Checklist:

  • [ ] Documentation N/A
  • [x] Tests
  • [ ] Updated Type Definitions N/A
  • [x] Ready to be merged

This is similar to https://github.com/testing-library/dom-testing-library/pull/1341

timdeschryver avatar Dec 29 '24 17:12 timdeschryver