UNPKG

@mornya/vessel

Version:

Creates/publishes a Node.js module with no build configuration.

10 lines (8 loc) 205 B
/* * @setup * The below code helped with mocking get/set of tests in Jest: */ // Sample mock of "document.doctype" for test Object.defineProperty(document, 'doctype', { value: '<!DOCTYPE html>', });