test(nav): fix test

This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 23:23:17 +02:00
parent b85d4a0549
commit 2ff585f305
4 changed files with 41 additions and 35 deletions

View File

@ -1469,6 +1469,7 @@ declare global {
* Returns the view at the index
*/
'getByIndex': (index: number) => ViewController | undefined;
'getLength': () => number;
/**
* Gets the previous view
*/