Skip to content
Snippets Groups Projects
Commit 1615de14 authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

fix: non working test; needs more work mockdata

parent 77850f8f
No related branches found
No related tags found
1 merge request!13merge develop into main
// import {
// movieSchema,
// northWindSchema,
// simpleSchemaRaw,
// twitterSchemaRaw,
// } from '@graphpolaris/shared/mock-data';
it('should layout the mock-data movieSchema', () => {
// Creating a connected caveman graph
// const schema = movieSchema;
// expect(schema).toBeDefined();
expect(true).toBeTruthy();
});
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