Skip to content

Commit 17c3999

Browse files
Phillip9587wesleytodd
authored andcommitted
cleanup: remove obsolete test env file
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.
1 parent 07a8f59 commit 17c3999

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"scripts": {
4545
"lint": "eslint .",
46-
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
46+
"test": "mocha --reporter spec --check-leaks --bail test/",
4747
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
4848
"test-cov": "nyc --reporter=html --reporter=text npm test"
4949
}

test/support/env.js

-2
This file was deleted.

0 commit comments

Comments
 (0)