Skip to content

Commit 6564d2d

Browse files
committed
Some additional checks
1 parent 35bf630 commit 6564d2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

src/__tests__/fieldConverter-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ describe('fieldConverter', () => {
8484

8585
it('schould derive ENUM', () => {
8686
expect(deriveComplexType(fields.gender)).to.equal(ComplexTypes.ENUM);
87+
expect(deriveComplexType(fields.languages.schema.paths.ln)).to.equal(ComplexTypes.ENUM);
88+
expect(deriveComplexType(fields.languages.schema.paths.sk)).to.equal(ComplexTypes.ENUM);
8789
});
8890

8991
it('schould derive REFERENCE', () => {

0 commit comments

Comments
 (0)