File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This page gathers public API of React Native Testing Library along with usage ex
7
7
8
8
## ` render `
9
9
10
- - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/render.test.js )
10
+ - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/render.test.tsx )
11
11
12
12
Defined as:
13
13
@@ -345,7 +345,7 @@ If you're noticing that components are not being found on a list, even after moc
345
345
346
346
## ` waitFor `
347
347
348
- - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/waitFor.test.js )
348
+ - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/waitFor.test.tsx )
349
349
350
350
Defined as:
351
351
@@ -374,7 +374,7 @@ In order to properly use `waitFor` you need at least React >=16.9.0 (featuring a
374
374
375
375
## ` waitForElementToBeRemoved `
376
376
377
- - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/waitForElementToBeRemoved.test.js )
377
+ - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/waitForElementToBeRemoved.test.tsx )
378
378
379
379
Defined as:
380
380
@@ -410,7 +410,7 @@ In order to properly use `waitForElementToBeRemoved` you need at least React >=1
410
410
411
411
## ` within ` , ` getQueriesForElement `
412
412
413
- - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/within.test.js )
413
+ - [ ` Example code ` ] ( https://github.com/callstack/react-native-testing-library/blob/main/src/__tests__/within.test.tsx )
414
414
415
415
Defined as:
416
416
You can’t perform that action at this time.
0 commit comments