1.20.3 • Published 6 months ago
@ocap/indexdb-test v1.20.3
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 });
1.20.3
6 months ago