Skip to content

Commit a071540

Browse files
committed
tests: update entity-yaml test imports
1 parent 20187e5 commit a071540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/__tests__/entity-yaml.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, it, expect } from 'vitest';
22
import { createEntityTypes } from '../types/entity-yaml.js';
33
import { normalizeTypes } from '../types/index.js';
4-
import { entityFileSchema, entityFileDefaultSchema } from './consts.js';
4+
import { entityFileSchema, entityFileDefaultSchema } from '@redocly/config';
55

66
describe('entity-yaml', () => {
77
it('should create entity types with discriminator', () => {

0 commit comments

Comments
 (0)