asyncstorage-test

1.0.1 • Public • Published

AsyncStorage Test

Run tests that check if a module conforms to the AsyncStorage API that exists in React Native.

Installation

npm install asyncstorage-test

Usage

var tape = require('tape')
var MyAsyncStorage = require('./my-async-storage')
var AsyncStorageTest = require('asyncstorage-test')

AsyncStorageTest.all(MyAsyncStorage, tape)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i asyncstorage-test

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • staltz