From d099d9dfa15a88e64ba312fb2d980c172729d868 Mon Sep 17 00:00:00 2001 From: Klaus Date: Wed, 25 Mar 2026 10:51:19 -0300 Subject: [PATCH] instead of ignoring test files, declaring them as possible entry points --- knip.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knip.json b/knip.json index 7dde91d8b..a7e9371cf 100644 --- a/knip.json +++ b/knip.json @@ -1,8 +1,8 @@ { "$schema": "https://unpkg.com/knip@5/schema.json", + "entry": ["tests/**/*.test.js"], "ignoreFiles": [ - "tests/format/RespectDefaultOptions/respect-default-options.js", - "tests/integration/**/*.test.js" + "tests/format/RespectDefaultOptions/respect-default-options.js" ], "ignoreDependencies": ["eslint-config-prettier"], "ignoreExportsUsedInFile": {