Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bySabi committed Dec 4, 2018
1 parent e49b66e commit 26c2dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/Hooks-test.tsx
Expand Up @@ -92,7 +92,7 @@ describe('AppNavigator1 Stack', () => {
});

it('useNavigation: Navigating to "DetailsScreen"', () => {
const instance = navigationContainer.getInstance() as { state?: any };
const instance = navigationContainer.getInstance()
expect(instance.state.nav).toMatchObject({ index: 1 });
});

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -18,7 +18,7 @@
"pretty": true,
"noEmitHelpers": true,
"importHelpers": true,
"strict": false,
"strict": true,
"outDir": "dist",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
Expand Down

0 comments on commit 26c2dd9

Please sign in to comment.