Skip to content

Commit 5f9939b

Browse files
committed
Minor cleanup
1 parent 1753a03 commit 5f9939b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

__mocks__/rdflib.ts

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

3-
import { IndexedFormula } from 'rdflib'
4-
53
export {
64
BlankNode,
75
Collection,

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
},
6969
"include": [
7070
"src/**/*",
71-
"test/**/*"
71+
"test/**/*",
72+
"__mocks__/*"
7273
]
7374
}

0 commit comments

Comments
 (0)