baseui-final-form
Version:
Adapter between `react-final-form` and `baseui`.
15 lines (14 loc) • 341 B
JavaScript
/* eslint-env node */
import 'jest-extended'; // Shimming for popover
if (window.document) {
window.document.createRange = function () {
return {
setStart: function setStart() {},
setEnd: function setEnd() {},
commonAncestorContainer: {
nodeName: 'BODY',
ownerDocument: document
}
};
};
}