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 | 29 | 30 | 31 |
Tags
- layout
- nodejs
- enum
- vstack
- Test
- Double Linked List
- Universal Hashing
- hstack
- Hashing
- Linked List
- 각도
- 시계방향
- swiftUI
- 좌표공간
- JavaScript
- 레이아웃
- Optional
- AlignmentGuide
- SWIFT
- Optional Chaining
- stack
- optional binding
- 생각
- 자료구조
Archives
- Today
- Total
목록JavaScript (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