|
|
@ -114,7 +114,7 @@ describe("Link Traversal", () => { |
|
|
|
// Unsubscribe
|
|
|
|
// Unsubscribe
|
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
it.only("handles subscriptions if data changes on the Pod", async () => { |
|
|
|
it("handles subscriptions if data changes on the Pod", async () => { |
|
|
|
const mainProfileResource = solidLdoDataset.getResource(MAIN_PROFILE_URI); |
|
|
|
const mainProfileResource = solidLdoDataset.getResource(MAIN_PROFILE_URI); |
|
|
|
const linkQuery = solidLdoDataset |
|
|
|
const linkQuery = solidLdoDataset |
|
|
|
.usingType(SolidProfileShapeShapeType) |
|
|
|
.usingType(SolidProfileShapeShapeType) |
|
|
|