unpm-backend-test
Version:
unpm backend tests for verifying compliance
22 lines (13 loc) • 294 B
Markdown
unpm-backend-test
====
check your backend for compliance with unpm
## usage
```js
var test = require('unpm-backend-test')
test(backend, callback, output_stream)
```
## notes
* `callback` will be called when the test finishes
* uses [tape](http://npm.im/tape) for testing
## license
MIT