We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20187e5 commit a071540Copy full SHA for a071540
packages/core/src/__tests__/entity-yaml.test.ts
@@ -1,7 +1,7 @@
1
import { describe, it, expect } from 'vitest';
2
import { createEntityTypes } from '../types/entity-yaml.js';
3
import { normalizeTypes } from '../types/index.js';
4
-import { entityFileSchema, entityFileDefaultSchema } from './consts.js';
+import { entityFileSchema, entityFileDefaultSchema } from '@redocly/config';
5
6
describe('entity-yaml', () => {
7
it('should create entity types with discriminator', () => {
0 commit comments