UNPKG
@rdfjs/dataset
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
An indexed implementation of the RDF/JS Dataset
github.com/rdfjs-base/dataset
rdfjs-base/dataset
@rdfjs/dataset
/
test
/
test.js
8 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
mocha
from
'mocha'
import
rdf
from
'../index.js'
import
runTests
from
'./index.js'
mocha.
describe
(
'@rdfjs/dataset'
,
() =>
{
runTests
({
factory
: rdf, mocha }) })