1.20.3 • Published 6 months ago

@ocap/indexdb-test v1.20.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 });