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.
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:
This will run tests using that adapter.