-
Leonardo Christino authoredLeonardo Christino authored
mockdataLayout.spec.ts 378 B
import { assert, describe, expect, it } from 'vitest';
// import {
// movieSchema,
// northWindSchema,
// simpleSchemaRaw,
// twitterSchemaRaw,
// } from '@/lib/mock-data';
it('should layout the mock-data movieSchema', () => {
// Creating a connected caveman graph
// const schema = movieSchema;
// expect(schema).toBeDefined();
expect(true).toBeTruthy();
});