From cd4059ba3cb2793165624bfc90670d870df90ab5 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:15:22 +0100 Subject: [PATCH] Fix type --- tests-ui/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-ui/utils/index.js b/tests-ui/utils/index.js index 8d8ec95c1..33d0ac025 100644 --- a/tests-ui/utils/index.js +++ b/tests-ui/utils/index.js @@ -3,7 +3,7 @@ const { Ez } = require("./ezgraph"); /** * - * @param { Parameters } config + * @param { Parameters[0] } config * @returns */ export async function start(config = undefined) {