@exodus/storage-spec
v3.2.1
Published
Common test suite for storage-spec implementations
Readme
@exodus/storage-spec
This is the spec & test suite for unified storage.
Spec
The markdown text of the spec can be found here.
Test Suite Usage
In your storage implementation:
const suite = require('@exodus/storage-spec')
const Storage = require('.')
suite({
factory: () => new Storage(),
})