| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request removes the temp-fs package dependency and replaces it with native Node.js APIs for temporary directory management in tests.
Changes:
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/local.js | Replaced temp-fs usage with native Node.js fs.mkdtempSync() and os.tmpdir(), updated cleanup to use existing rimraf dependency |
| package.json | Removed temp-fs from dependencies |
| package-lock.json | Removed temp-fs and its nested dependencies from lock file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.