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.
2 parents 851e771 + ef6221f commit ffe1f62Copy full SHA for ffe1f62
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