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