Skip to content

Commit 5320d1a

Browse files
committed
Add test stubs for Graph API remove
1 parent 51be422 commit 5320d1a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/19-graph-vertex-collections.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import {describe, it} from 'mocha';
22

33
describe('GraphVertexCollection API', () => {
4+
describe('graphVertexCollection.remove', () => {
5+
it('is missing tests');
6+
});
47
describe('graphVertexCollection.vertex', () => {
58
it('is missing tests');
69
});

test/20-graph-edge-collections.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import {describe, it} from 'mocha';
22

33
describe('GraphEdgeCollection API', () => {
4+
describe('graphEdgeCollection.remove', () => {
5+
it('is missing tests');
6+
});
47
describe('graphEdgeCollection.edge', () => {
58
it('is missing tests');
69
});

0 commit comments

Comments
 (0)