mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00

* Check size of /crawls by default to fix disk utilization check * Refactor calculating percentage used and add unit tests * add tests using df output for with disk usage above and below threshold --------- Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
import { jest } from "@jest/globals";
|
|
|
|
global.jest = jest;
|