@libp2p/interface-transport-compliance-tests
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

@libp2p/interface-transport-compliance-tests

libp2p.io Discuss codecov CI

Compliance tests for implementations of the libp2p Transport interface

Table of contents

Install

$ npm i @libp2p/interface-transport-compliance-tests

Usage

import tests from '@libp2p/interface-transport-compliance-tests'

describe('your transport 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

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.2-d853d1240next
4.0.20latest

Version History

VersionDownloads (Last 7 Days)Published
4.0.2-d853d1240
4.0.2-ea8a06370
4.0.2-ab0e39800
4.0.2-3dfc236e0
4.0.2-8c6b6d240
4.0.2-d2f1eff40
4.0.2-5a9fb4d60
4.0.2-883082ca0
4.0.2-1c6702c80
4.0.20
4.0.10
4.0.00
3.0.130
3.0.120
3.0.110
3.0.100
3.0.90
3.0.80
3.0.70
3.0.60
3.0.50
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.0.80
2.0.70
2.0.60
2.0.50
2.0.40
2.0.30
2.0.20
2.0.10
2.0.00
1.0.00
0.0.00

Package Sidebar

Install

npm i @libp2p/interface-transport-compliance-tests

Weekly Downloads

0

Version

4.0.2

License

Apache-2.0 OR MIT

Unpacked Size

925 kB

Total Files

25

Last publish

Collaborators

  • jacobheun
  • npm-service-account-libp2p
  • alanshaw
  • vascosantos
  • achingbrain
  • daviddias