mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 01:18:56 +08:00
add isPending test
This commit is contained in:
@@ -40,7 +40,7 @@ function createTestCaseComponent(displayName, description, setUp, runTest, passA
|
||||
return (
|
||||
<View style={{backgroundColor: "white", padding: 40}}>
|
||||
<Text>
|
||||
{this.state.done ? "Done" : "Testing..."}
|
||||
{this.state.done ? "Test Passed!" : "Testing..."}
|
||||
</Text>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user