Package Exports
- pouchdb-abstract-mapreduce
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pouchdb-abstract-mapreduce) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Map Reduce
Map/reduce plugin pulled out of PouchDB. A PouchDB plugin that, like PouchDB Collate, is bundled directly with PouchDB.
Building
npm install
npm run build
Testing
In Node
npm test
To run coverage tests:
npm run coverage
To run individual tests:
GREP=my_search_term npm test
In the browser
Run
npm run dev
and then point your favorite browser to http://127.0.0.1:8001/test/index.html.
To run individual tests, load e.g.:
http://127.0.0.1:8001/test/index.html?grep=my_search_term