Closed mountEvarus closed 1 week ago
Thanks for the report, @mountEvarus.
This is the Jest plugin: https://github.com/webpro/knip/blob/main/packages/knip/src/plugins/jest/index.ts
Any chance you're up for a PR? No worries if not!
:rocket: This issue has been resolved in v5.36.2. See Release 5.36.2 for release notes.
Using Knip in a commercial project? Please consider becoming a sponsor.
I am running knip on a TS application with the following knip & jest files:
knip.json
jest.config.js
I am getting a false positive, claiming @side/jest-runtime is an unused dev dependency, but is is mentioned in the jest config under the
runtime
key