2.0.5 • Published 2 years ago
@libp2p/interface-record-compliance-tests v2.0.5
@libp2p/interface-record-compliance-tests
Compliance tests for implementations of the libp2p Record interface
Table of contents
Install
$ npm i @libp2p/interface-record-compliance-tests
Usage
import tests from '@libp2p/interface-record-tests'
describe('your record implementation', () => {
tests({
// Options should be passed to your implementation
async setup (options) {
return new YourImplementation()
},
async teardown () {
// cleanup resources created by setup()
}
})
})
API Docs
License
Licensed under either of
- Apache 2.0, (LICENSE-APACHE / http://www.apache.org/licenses/LICENSE-2.0)
- MIT (LICENSE-MIT / http://opensource.org/licenses/MIT)
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
2.0.5-1c6702c8
2 years ago
2.0.5-8c6b6d24
2 years ago
2.0.5-3dfc236e
2 years ago
2.0.5-ea8a0637
2 years ago
2.0.5
2 years ago
2.0.5-d853d124
2 years ago
2.0.5-d2f1eff4
2 years ago
2.0.5-5a9fb4d6
2 years ago
2.0.5-883082ca
2 years ago
2.0.5-ab0e3980
2 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.4
2 years ago
2.0.1
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
2.0.0
3 years ago
0.0.0
3 years ago