Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pressability: Eliminate Unit Test Timing Flakiness
Summary: Currently, it is possible in one of the "minimum press duration" unit tests for certain instructions to take longer than expected, skewing the return value of `Date.now()` by at least 10ms. This changes the unit test to mock `Date.now()` more accurately so that the test is no longer flakey. Changelog: [Internal] Reviewed By: jacdebug Differential Revision: D39804152 fbshipit-source-id: ab62fd1921bd015d969da9595bd3267c38c6e59c
- Loading branch information