UNPKG
@newbiz/admin-script-libs
Version:
latest (0.8.0)
0.8.0
0.7.2
0.7.1
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
신사업 프론트엔드 공통 어드민 셋업 라이브러리.
@newbiz/admin-script-libs
/
templates
/
test-setup.js
10 lines
(8 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/* * 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
>
', })