mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-12-25 11:20:18 +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>
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
import { jest } from "@jest/globals";
|
|
|
|
global.jest = jest;
|