mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
380e1a0ae2
* fix(tests): fix flaky time-based tests * test: replace time package with a mock Using a dedicated dependency would have been awesome, but i try to keep this repo with minimal dependencies
256 B
256 B
xtime
Lightweight mock for time package.
A dedicated package such as jonboulle/clockwork would be better, but I would rather limit dependencies for this package. clockwork does not support Go 1.18 anymore.