interface-datastore-tests
A test suite for interface-datastore implementations
Table of Contents
Usage
const MyDatastore from './path/to/my-datastore')
const suite from 'interface-datastore-tests')
describe('MyDatastore', () => {
describe('interface-datastore compliance tests', () => {
suite({
setup () {
return new MyDatastore()
},
teardown () {}
})
})
})
Contribute
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
License
Apache-2.0 OR MIT