반응형
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
- 맥
- webpack
- Chrome
- 네트워크
- vsCode
- VirtualBox
- PYTHON
- centos
- localserver
- 오블완
- jest
- 리눅스
- androidstudio
- 센토스
- MAC
- xcode
- MachineLearning
- node
- linux
- react
- build
- ReactNative
- unittest
- 개발
- Android
- IOS
- 티스토리챌린지
- TensorFlow
- qunit
Archives
- Today
- Total
목록jest (1)
로메오의 블로그
[React Native] Jest Snapshot Testing
화면 코딩하기 /App.js import React, { Component } from 'react'; import { StyleSheet, Text, View, } from 'react-native'; export default class App extends Component { render() { return ( Hello ); } } const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F5FCFF', }, }); Build 하기 $ react-native run-android Test Code 작성 /__test__/App-tes..
App & OS/Hybrid
2019. 6. 17. 02:52