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 504fae6 commit 59ec447Copy full SHA for 59ec447
tests/test-common.js
@@ -29,6 +29,8 @@ const manifest = options.manifest || {
29
const TEST_TYPES = {
30
'jld:CompactTest': {
31
skip: {
32
+ // skip tests where behavior changed for a 1.1 processor
33
+ // see JSON-LD 1.0 Errata
34
specVersion: ['json-ld-1.0']
35
},
36
fn: 'compact',
0 commit comments