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 f91a06c commit 2aac07dCopy full SHA for 2aac07d
test/redisGraphAPITest.js
@@ -5,6 +5,8 @@ RedisGraphAPI = require('../src/redisGraph');
5
6
describe('RedisGraphAPI Test', () =>{
7
const api = new RedisGraphAPI("social");
8
+ // Dummy create to make sure first delete won't fail
9
+ api.query("CREATE ({name:'roi',age:32})");
10
11
beforeEach( () => {
12
return api.deleteGraph();
0 commit comments