This is a test set for IndexDB implementations, and all IndexDB implementations need to pass this test set.
const runTest = require('@ocap/indexdb-test');
const indexdb = new IndexDB(); // IndexDB is the class to be tested
runTest({ prefix: 'test', instance: indexdb });