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