UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

8 lines (6 loc) 224 B
import { doc } from '@atlaskit/adf-schema/schema-validator'; describe('ADF Validator schema entry-point', () => { it('should have the doc node', function () { expect(doc.props.type.values).toEqual(['doc']); }); });