반응형
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
- Chrome
- 센토스
- unittest
- TensorFlow
- PYTHON
- 맥
- qunit
- 네트워크
- linux
- 개발
- MachineLearning
- node
- IOS
- VirtualBox
- localserver
- androidstudio
- webpack
- ReactNative
- build
- 리눅스
- 오블완
- vsCode
- 티스토리챌린지
- centos
- react
- MAC
- Android
- xcode
- jest
Archives
- Today
- Total
목록qunit (1)
로메오의 블로그
[QUnit] 테스트 환경 설정
QUnit은 local server에서 구동할것이기 때문에 webpack으로 dev server 설정을 먼저 하세요. WEBPACK DEV SERVER 구동하기 프로젝트 생성하기 프로젝트 root 폴더에 testRunner.html 파일을 생성합니다. 그리고 __test__ 폴더를 만들고 index.spec.js 파일을 생성합니다. js 폴더에 index.js 파일도 생성합니다. $ cd /my/project/path/firstProject $ touch testRunner.html $ mkdir __test__ $ touch __test__/index.spec.js $ mkdir js $ touch js/index.js testRunner.html 파일을 열어서 코딩을 합니다. 스크립트 파일은 cdn에..
Frontend/Test Driven
2019. 6. 27. 05:34