Skip to content

Commit 27b6a22

Browse files
mistvalRandall Schmidt
authored andcommitted
Update testing instructions (#60)
* Update testing instructions * remove unused linting scripts * npm audit fix * npm audit fix ---------
1 parent 3288888 commit 27b6a22

5 files changed

Lines changed: 430 additions & 363 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,18 @@ For bug reports, please file an issue on [the issues page on GitHub](https://git
301301

302302
Contributions welcome! Please open a [pull request on GitHub](https://github.com/mistval/node-fetch-cache/pulls) with your changes. You can run them by me first on [the discussions page](https://github.com/mistval/node-fetch-cache/discussions) if you'd like. Please add tests for any changes.
303303

304-
To run the tests, first start an httpbin and Redis container:
304+
To run the tests, first do the following setup:
305305

306306
```sh
307307
docker run -p 3000:80 -d kennethreitz/httpbin
308308
docker run -p 6379:6379 -d redis
309+
310+
npm install
311+
npm link
312+
cd plugins/redis
313+
npm install
314+
npm link node-fetch-cache
315+
cd ../..
309316
```
310317

311318
Then `npm test`.

0 commit comments

Comments
 (0)