UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

9 lines (7 loc) 272 B
import { DocumentTypePropertyBuilder } from './documentTypePropertyBuilder'; export class CustomDocumentTypePropertyBuilder extends DocumentTypePropertyBuilder { constructor(parentBuilder, dataTypeId) { super(parentBuilder); this.dataTypeId = dataTypeId; } }