We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea4524 commit ef6221fCopy full SHA for ef6221f
index.js
@@ -1,3 +1 @@
1
-module.exports = (process && process.env && process.env.CHAIHTTP_COV)
2
- ? require('./lib-cov/http')
3
- : require('./lib/http');
+module.exports = require('./lib/http');
0 commit comments