UNPKG

@rdfjs/dataset

Version:

An indexed implementation of the RDF/JS Dataset

8 lines (6 loc) 171 B
import mocha from 'mocha' import rdf from '../index.js' import runTests from './index.js' mocha.describe('@rdfjs/dataset', () => { runTests({ factory: rdf, mocha }) })