FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remved temp-fs package [LOC-6490] by rounak610 · Pull Request #170 · browserstack/browserstack-local-nodejs · GitHub

remved temp-fs package [LOC-6490] - #170

Open
rounak610 wants to merge 1 commit into
masterfrom
LOC-6490
Open

remved temp-fs package [LOC-6490]#170
rounak610 wants to merge 1 commit into
masterfrom
LOC-6490

Conversation

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull request overview

This pull request removes the temp-fs package dependency and replaces it with native Node.js APIs for temporary directory management in tests.

Changes:

  • Removed temp-fs dependency from package.json and package-lock.json
  • Replaced tempfs.mkdir() with native fs.mkdtempSync() for creating temporary directories
  • Replaced temp-fs cleanup function with rimraf() for directory removal in test teardown

Reviewed 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.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL