|
|
|
@ -16,7 +16,7 @@ import { |
|
|
|
|
removeRegistration, |
|
|
|
|
} from "../src/setTypeIndex.js"; |
|
|
|
|
import { TypeIndexProfileShapeType } from "../src/.ldo/profile.shapeTypes.js"; |
|
|
|
|
import { namedNode } from "@rdfjs/dataset"; |
|
|
|
|
import * as rdfdm from "@rdfjs/dataset"; |
|
|
|
|
import { INSTANCE } from "../src/constants.js"; |
|
|
|
|
import { createSolidLdoDataset } from "@ldo/connected-solid"; |
|
|
|
|
import { dirname, join } from "node:path"; |
|
|
|
@ -24,6 +24,8 @@ import { fileURLToPath } from "node:url"; |
|
|
|
|
import { setupServer } from "@ldo/test-solid-server"; |
|
|
|
|
import { it, expect, describe, afterEach } from "vitest"; |
|
|
|
|
|
|
|
|
|
const { namedNode } = rdfdm; |
|
|
|
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
|
|
|
// @ts-ignore
|
|
|
|
|
const __dirname = dirname(fileURLToPath(import.meta.url)); |
|
|
|
|