Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- swiftUI
- nodejs
- Hashing
- hstack
- Linked List
- Double Linked List
- Universal Hashing
- Optional Chaining
- 레이아웃
- stack
- Test
- 자료구조
- 생각
- enum
- Optional
- vstack
- layout
- 시계방향
- 각도
- JavaScript
- 좌표공간
- SWIFT
- AlignmentGuide
- optional binding
Archives
- Today
- Total
목록nodejs (1)
klioop for iOS
Jest, nodeJS test tool
Jest is a testing framework for javascript libarary such as react and nodeJS. It's like pytest in python. Fisrt thing to do to use jest is, of course, install it. On terminal or command line, enter following > npm install jest After jest is installed, whenever you have files named like xxx.test.js, jest will find them for testing. For executing tests, enter on your terminal > npm test To use jes..
nodejs
2021. 2. 28. 22:33