-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.