This package has been deprecated

Author message:

WARNING: We renamed this module to @webex/storage-adapter-spec. Please install it instead. See https://github.com/webex/spark-js-sdk#the-cisco-webex-js-sdk for more information.

@ciscospark/storage-adapter-spec

1.52.2 • Public • Published

@ciscospark/storage-adapter-spec

standard-readme compliant

Blackbox test suite for storage adapters

Install

npm install --save-dev @ciscospark/storage-adapter-spec

Usage

import runAbstractStorageAdapterSpec from '@ciscospark/storage-adapter-spec';
import MyStorageAdapter from './my-storage-adapter';

describe('MyStorageAdapter', () => {
  runAbstractStorageAdapterSpec(new MyStorageAdapter('test'));
});

## Maintainers

This package is maintained by [Cisco Webex for Developers](https://developer.webex.com/).

## Contribute

Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/spark-js-sdk/blob/master/CONTRIBUTING.md) for more details.

## License

© 2016-2018 Cisco and/or its affiliates. All Rights Reserved.

/@ciscospark/storage-adapter-spec/

    Package Sidebar

    Install

    npm i @ciscospark/storage-adapter-spec

    Weekly Downloads

    4

    Version

    1.52.2

    License

    MIT

    Unpacked Size

    27 kB

    Total Files

    5

    Last publish

    Collaborators

    • webex-jenkins
    • adamweeks