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 e791f17 commit 8aa5d1aCopy full SHA for 8aa5d1a
run-request-tests.md
@@ -19,11 +19,11 @@ var BPromise = require('../request-promise/node_modules/bluebird')
19
BPromise.onPossiblyUnhandledRejection(function (err) {
20
return err
21
})
22
-module.exports = require('../request-promise/lib/rp.js')
+module.exports = require('../request-promise/')
23
```
24
25
6. Go to temp/request-promise/lib/rp.js
26
-7. Comment out the whole `var request = (function () { ... })();` block.
+7. Comment out the `var request = stealthyRequire('request');` line.
27
8. Add `var request = require('../../request/index-orig.js');` right below.
28
9. Go to temp/request/ and run `npm test`.
29
0 commit comments