반응형
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
- 개발
- build
- 오블완
- 리눅스
- 맥
- node
- VirtualBox
- TensorFlow
- PYTHON
- ReactNative
- androidstudio
- linux
- react
- IOS
- jest
- Chrome
- Android
- qunit
- vsCode
- MachineLearning
- 네트워크
- 티스토리챌린지
- centos
- unittest
- webpack
- 센토스
- xcode
- MAC
- localserver
Archives
- Today
- Total
목록tdd (1)
로메오의 블로그

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