Skip to content

Commit

Permalink
cleanup: remove obsolete test env file
Browse files Browse the repository at this point in the history
The `test/support/env.js` file contained the definition of an environment variable which was only used to silence [`depd`](https://www.npmjs.com/package/depd) during tests. Since `depd` is not used anymore, we can safely remove the file.
  • Loading branch information
Phillip9587 authored and wesleytodd committed Jan 23, 2025
1 parent 07a8f59 commit 17c3999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"lint": "eslint .",
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
"test": "mocha --reporter spec --check-leaks --bail test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
Expand Down
2 changes: 0 additions & 2 deletions test/support/env.js

This file was deleted.

0 comments on commit 17c3999

Please sign in to comment.