UNPKG

@newbiz/admin-script-libs

Version:

신사업 프론트엔드 공통 어드민 셋업 라이브러리.

10 lines (8 loc) 211 B
/* * test-setup.js * 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>', })