Adapters@exodus/storage-specOn this page@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(),})