4.0.2 • Published 3 years ago

@libp2p/interface-transport-compliance-tests v4.0.2

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
3 years ago

@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.

4.0.2-1c6702c8

3 years ago

4.0.2-5a9fb4d6

3 years ago

4.0.2-8c6b6d24

3 years ago

4.0.2-3dfc236e

3 years ago

4.0.2-d853d124

3 years ago

4.0.2-883082ca

3 years ago

4.0.2-ea8a0637

3 years ago

4.0.1

3 years ago

4.0.2

3 years ago

4.0.2-d2f1eff4

3 years ago

4.0.2-ab0e3980

3 years ago

3.0.9

3 years ago

3.0.12

3 years ago

3.0.13

3 years ago

3.0.10

3 years ago

3.0.11

3 years ago

3.0.8

3 years ago

4.0.0

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.7

3 years ago

2.0.8

3 years ago

2.0.6

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.5

3 years ago

1.0.0

4 years ago

2.0.4

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

0.0.0

4 years ago