From 280caae19e8fe9f6a439700574eb3b870ffd8eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Fri, 26 Apr 2024 17:21:09 +0200 Subject: [PATCH] Remove outdated comment --- packages/cli/src/benchmark/lib/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/src/benchmark/lib/api.ts b/packages/cli/src/benchmark/lib/api.ts index 72f91ed97b396..4d2e9d5e66551 100644 --- a/packages/cli/src/benchmark/lib/api.ts +++ b/packages/cli/src/benchmark/lib/api.ts @@ -56,7 +56,6 @@ function suiteFilePath() { return filePath; } -// @TODO: Support async suiteFn export function suite(suiteName: string, suiteFn: () => void) { const filePath = suiteFilePath();