3.2.1 • Published 8 months ago

@exodus/storage-spec v3.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@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(),
})
3.2.1

8 months ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago