Skip to content
Snippets Groups Projects
Commit b52206c0 authored by Leonardo Christino's avatar Leonardo Christino Committed by Scott
Browse files

feat(query): connect to new query format

parent 8ccbe91b
No related branches found
No related tags found
No related merge requests found
import { describe, it, expect } from 'vitest';
// import { Query2BackendQuery } from './query-utils';
import { QueryMultiGraphology } from '../model/graphology/utils';
describe('QueryUtils', () => {
it('should create an instance', () => {
expect(true).toBeTruthy();
});
// it('should run query translation', () => {
// const graph = new QueryMultiGraphology(); // FIXME: not working for some reason
// let ret = Query2BackendQuery('database', graph.export());
// console.log(ret);
// });
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment