3.2.1 • Published 8 months ago
@exodus/storage-spec v3.2.1
@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(),
})