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

2.0.5 • Public • Published

@libp2p/interface-record-compliance-tests

libp2p.io Discuss codecov CI

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

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.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

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

    Weekly Downloads

    0

    Version

    2.0.5

    License

    Apache-2.0 OR MIT

    Unpacked Size

    107 kB

    Total Files

    10

    Last publish

    Collaborators

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