Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History

interface-transport-compliance-tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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