Skip to content

Commit efd28d0

Browse files
authored
instead of ignoring test files, declaring them as possible entry points (#1480)
1 parent 7e03ec9 commit efd28d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

knip.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"entry": ["tests/**/*.test.js"],
34
"ignoreFiles": [
4-
"tests/format/RespectDefaultOptions/respect-default-options.js",
5-
"tests/integration/**/*.test.js"
5+
"tests/format/RespectDefaultOptions/respect-default-options.js"
66
],
77
"ignoreDependencies": ["eslint-config-prettier"],
88
"ignoreExportsUsedInFile": {

0 commit comments

Comments
 (0)