1.1.0 • Published 4 years ago
@varasto/mock-storage v1.1.0
@varasto/mock-storage
Mock storage implementation that stores values in memory instead of hard disk and is useful when writing test cases.
Installation
$ npm install --save-dev @varasto/mock-storage
Usage
import { createMockStorage } from '@varasto/mock-storage';
const storage = createMockStorage();