Skip to content

Test Suite #13

Description

@CWSpear

Create an integration-esque test suite that will do some file manipulations that people can use to quickly see how they're adapter is doing.

Proposed usage:

npm install --dev filesystem-test-suite
import testSuite from 'filesystem-test-suite';
import MyAdapter from '../adapter';

const myAdapter = new MyAdapter({ /* optional opts */ });

testSuite(myAdapter);

This will run tests using that adapter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions