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

Merge branch 'feat/refactor-schema-panel' into develop

parents 5a3fa571 1615de14
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';
// 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();
// 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