-
-
Notifications
You must be signed in to change notification settings - Fork 297
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I'm using the latest version
- I've read the relevant documentation
- I've searched for existing issues
- I've checked the list of known issues
- I've read the issue reproduction guide
Reproduction url
Reproduction access
- I've made sure the reproduction is publicly accessible
Description of the issue
Running Knip with or without --cache
is giving different reports.
Setup:
gh repo clone https://github.com/mochajs/mocha
cd mocha
gh pr checkout 5394
npm i
Locally without cache:
joshgoldberg ~/repos/mocha $ npx knip
Analyzing workspace…
Unlisted dependencies (1)
webpack-cli test/browser-specific/fixtures/webpack/webpack.config.js
Locally with cache:
joshgoldberg ~/repos/mocha $ npx knip --cache
Unused files (1)
lib/nodejs/worker.js
CI mode enabled
Github Actions detected
output dir: /tmp/mocha-test-webpack
Unlisted dependencies (1)
webpack-cli test/browser-specific/fixtures/webpack/webpack.config.js
Spooky! 👻
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working