Skip to content

Commit 2957b33

Browse files
committed
tests fails on github CI with circular import on mocks rdflib
1 parent 2558a78 commit 2957b33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

__mocks__/rdflib.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @@ TODO: Remove currently untyped methods as they are added
22

3-
import { IndexedFormula } from 'rdflib'
3+
import { IndexedFormula } from 'rdflib/lib/index.js'
44

55
export {
66
BlankNode,
@@ -46,7 +46,7 @@ export {
4646
quad,
4747
triple,
4848
variable
49-
} from 'rdflib'
49+
} from 'rdflib/lib/index.js'
5050

5151
export function fetcher (store: any) {
5252
const fetcher = new Fetcher()

0 commit comments

Comments
 (0)