We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94fe03 commit 34eb921Copy full SHA for 34eb921
README.md
@@ -1,5 +1,10 @@
1
<div align='center'>
2
- <span style='font-size: 100px'>🦉</span>
+ <img
3
+ height="80"
4
+ width="80"
5
+ alt="owl"
6
+ src="https://raw.githubusercontent.com/callstack/react-native-testing-library/master/website/static/img/owl.png"
7
+ />
8
<h1>React Native Testing Library</h1>
9
10
<p>Lightweight React Native testing utilities helping you write better tests with less effort.</P>
@@ -49,7 +54,7 @@ test('should verify two questions', () => {
49
54
50
55
expect(props.verifyQuestions).toBeCalledWith({
51
56
'1': { q: 'q1', a: 'a1' },
52
- '2': { q: 'q2', a: 'a2' }
57
+ '2': { q: 'q2', a: 'a2' },
53
58
});
59
60
```
0 commit comments