Skip to content

Commit 7b64cd0

Browse files
committed
Improve test names.
1 parent 29e85ca commit 7b64cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/misc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ _:b0 <ex:p> "[null]"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON> .
18851885
});
18861886
});
18871887

1888-
it('should emit for @graph with empty array (1)', async () => {
1888+
it('should emit with only @id and @graph with empty array', async () => {
18891889
const input =
18901890
{
18911891
"@context": {
@@ -1912,7 +1912,7 @@ _:b0 <ex:p> "[null]"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON> .
19121912
});
19131913
});
19141914

1915-
it('should not emit for @graph with empty array (2)', async () => {
1915+
it('should not emit for @graph with empty array', async () => {
19161916
const input =
19171917
{
19181918
"@context": {

0 commit comments

Comments
 (0)