UNPKG

@rdfjs/dataset

Version:

An indexed implementation of the RDF/JS Dataset

16 lines (11 loc) 294 B
import datasetCoreTest from './DatasetCore.test.js' function runTests ({ factory, mocha }) { if (!mocha) { mocha = { describe: global.describe, it: global.it } } datasetCoreTest({ factory, mocha }) } if (global.rdf) { runTests({ factory: global.rdf }) } export default runTests