From d6ce3453c41a2dcdfbce3fa20f3e44b1f44bd35d Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 16 Mar 2024 14:58:52 -0700 Subject: [PATCH] chore: update knip schema --- knip.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/knip.json b/knip.json index 2ce29ce41d20..dd2512b5cdf1 100644 --- a/knip.json +++ b/knip.json @@ -1,9 +1,11 @@ { - "$schema": "https://unpkg.com/knip@2/schema.json", + "$schema": "https://unpkg.com/knip@5/schema.json", "workspaces": { ".": { "entry": [ - "scripts/*" + "scripts/*", + "test/*", + "test/fixtures/*" ] }, "packages/*": {