Skip to content

Test Suite #13

@CWSpear

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions