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