From b80ace0a5a5dbfdd69574a262e4764292444b56b Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Sat, 4 Oct 2025 21:59:30 +0300 Subject: [PATCH] chore: enable ts-check for bench tests utils (#4512) Co-authored-by: Alexandr --- backend/tests/bench/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/tests/bench/utils.js b/backend/tests/bench/utils.js index f4c8afb4..e1353025 100644 --- a/backend/tests/bench/utils.js +++ b/backend/tests/bench/utils.js @@ -1,3 +1,5 @@ +// @ts-check + const DEFAULT_RUNS = 1000; const DEFAULT_WARMUPS = 50;