From 9784d6c932fe20cd5fa50b51f621b32bb15da02f Mon Sep 17 00:00:00 2001 From: kingwl Date: Fri, 31 Jul 2026 17:04:19 +0800 Subject: [PATCH] test: register web performance entry --- knip.json | 1 + 1 file changed, 1 insertion(+) diff --git a/knip.json b/knip.json index 4b60130715..fd941b03ca 100644 --- a/knip.json +++ b/knip.json @@ -587,6 +587,7 @@ "apps/web": { "entry": [ "tests/**/*.e2e.ts", + "tests/**/*.perf.ts", "tests/**/*.snapshot.ts", "tests/support.ts", "src/node-module-stub.ts"