UNPKG
@rdf-esm/data-model
Version:
latest (0.5.4)
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
A basic implementation of the RDFJS Data Model
github.com/rdf-esm/data-model
rdf-esm/data-model
@rdf-esm/data-model
/
test
/
test.cjs
7 lines
(5 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{ run } =
require
(
'mocha'
)
import
(
'../index.js'
).
then
(
rdf
=>
{
require
(
'./index.cjs'
)(rdf)
run
() })