Skip to content

Commit

Permalink
Add node-test-runner config to knip.json
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 26, 2023
1 parent 1f72702 commit 71b501d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"$schema": "https://unpkg.com/knip@2/schema.json",
"entry": ["src/{index,cli}.ts!"],
"project": ["src/**/*.ts!"],
"ignore": ["**/fixtures", "**/_template"]
"ignore": ["**/fixtures", "**/_template"],
"nodeTestRunner": {
"entry": ["tests/**/*.test.ts"],
"project": ["tests/**/*.ts"]
}
}

0 comments on commit 71b501d

Please sign in to comment.