6.1.10 • Published 3 months ago

interface-blockstore-tests v6.1.10

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

interface-blockstore-tests

ipfs.tech Discuss codecov CI

Compliance tests for the blockstore interface

About

A test suite that ensures a given implementation implements the Blockstore interface properly.

Example

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 () {}
    })
  })
})

Install

$ npm i interface-blockstore-tests

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.

npm.io

6.1.10

3 months ago

6.1.9

4 months ago

6.1.8

4 months ago

6.1.7

5 months ago

6.1.6

6 months ago

6.1.5

8 months ago

6.1.2

11 months ago

6.1.4

9 months ago

6.1.3

9 months ago

5.0.1

1 year ago

5.0.0

1 year ago

6.1.0

1 year ago

6.0.0

1 year ago

6.1.1

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

2 years ago

4.0.0

1 year ago

3.0.0

2 years ago

2.0.3

2 years ago

2.0.4

2 years ago

2.0.2

2 years ago

2.0.1

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago