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 61ab925 commit 85bbfafCopy full SHA for 85bbfaf
test/objectFrame.spec.js
@@ -19,7 +19,7 @@ describe('Object Frame Rules', function () {
19
const extract = dof.extract();
20
const jsonObj= {"@id": "doc:utop", "@type": "mycls", mprop: [{ "@type": "xsd:string", "@value": "helloworld"}]};
21
expect(extract).to.eql(jsonObj);
22
- })
+ }).skip()
23
})
24
25
0 commit comments