asyncstorage-test
v1.0.1
Published
Test compliance with the AsyncStorage API
Readme
AsyncStorage Test
Run tests that check if a module conforms to the AsyncStorage API that exists in React Native.
Installation
npm install asyncstorage-testUsage
var tape = require('tape')
var MyAsyncStorage = require('./my-async-storage')
var AsyncStorageTest = require('asyncstorage-test')
AsyncStorageTest.all(MyAsyncStorage, tape)License
MIT
