@ocap/indexdb-test
v1.20.3
Published
General test suite for indexdb
Readme
Test suite for Index DB
This is a test set for IndexDB implementations, and all IndexDB implementations need to pass this test set.
Usage
const runTest = require('@ocap/indexdb-test');
const indexdb = new IndexDB(); // IndexDB is the class to be tested
runTest({ prefix: 'test', instance: indexdb });