We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
CWSpear
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: