You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

interface-blockstore-tests

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
j

interface-blockstore-tests

Compliance tests for the blockstore interface

3.0.2
Version published
Weekly downloads
24
-36.84%
Maintainers
1
Weekly downloads
 
Created
Issues
12

interface-blockstore-tests

ipfs.tech Discuss codecov CI

Compliance tests for the blockstore interface

Table of contents

Install

$ npm i interface-blockstore-tests

Usage

const MyBlockstore from './path/to/my-blockstore')
const suite from 'interface-blockstore-tests')

describe('MyBlockstore', () => {
  describe('interface-blockstore compliance tests', () => {
    suite({
      setup () {
        return new MyBlockstore()
      },
      teardown () {}
    })
  })
})

Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

API Docs

License

Licensed under either of

Contribute

Contributions welcome! Please check out the issues.

Also see our contributing document for more information on how we work, and about contributing in general.

Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.

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.

FAQs

Package last updated on 16 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts