Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Feb 6, 2020
1 parent d33518b commit 3b55277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tabs/src/__snapshots__/index.test.tsx.snap
Expand Up @@ -68,7 +68,7 @@ exports[`<Tabs /> focuses the correct tab with keyboard navigation 1`] = `
data-reach-tab-panel=""
id="tabs--4--panel--1"
role="tabpanel"
tabindex="-1"
tabindex="0"
>
<h1>
two!
Expand Down Expand Up @@ -145,7 +145,7 @@ exports[`<Tabs /> should match the snapshot 1`] = `
data-reach-tab-panel=""
id="tabs--1--panel--0"
role="tabpanel"
tabindex="-1"
tabindex="0"
>
<h1>
one!
Expand Down
1 change: 1 addition & 0 deletions tsconfig.build.json
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
Expand Down

0 comments on commit 3b55277

Please sign in to comment.