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