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 29e85ca commit 7b64cd0Copy full SHA for 7b64cd0
tests/misc.js
@@ -1885,7 +1885,7 @@ _:b0 <ex:p> "[null]"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON> .
1885
});
1886
1887
1888
- it('should emit for @graph with empty array (1)', async () => {
+ it('should emit with only @id and @graph with empty array', async () => {
1889
const input =
1890
{
1891
"@context": {
@@ -1912,7 +1912,7 @@ _:b0 <ex:p> "[null]"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON> .
1912
1913
1914
1915
- it('should not emit for @graph with empty array (2)', async () => {
+ it('should not emit for @graph with empty array', async () => {
1916
1917
1918
0 commit comments