We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a48ee commit 5f2f7d0Copy full SHA for 5f2f7d0
test/integration/patch-test.js
@@ -84,7 +84,7 @@ describe('PATCH', () => {
84
result: '@prefix : </new.ttl#>.\n@prefix tim: </>.\n\ntim:x tim:y tim:z.\n\n'
85
}))
86
87
- describe('on a non-existing jsonld file', describePatch({
+ describe('on a non-existent JSON-LD file', describePatch({
88
path: '/new.jsonld',
89
exists: false,
90
patch: `<> a solid:InsertDeletePatch;
0 commit comments