mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
0df6c4947a
* chore(test): drop no-op per-test Redis flushall The afterEach created a fresh ioredis-mock client and flushed it, which doesn't clear state held by clients elsewhere in the test. Removing the hook saves a few ms across thousands of test cases. * Cache Jest transform cache