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