Skip to content

Commit

Permalink
DEV updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Mar 9, 2023
1 parent 9d6dc5e commit b784122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'!src/app.js',
'!src/bootstrap.js',
'!src/entry.js',
'!src/index.js',
'!src/index*.js',
'!src/components/**/index.js',
'!src/common/index.js',
'!src/redux/index.js',
Expand Down
2 changes: 1 addition & 1 deletion src/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2598,7 +2598,7 @@ Display totals for a single metric.
</tr><tr>
<td>props.children</td><td><code>React.ReactNode</code></td>
</tr><tr>
<td>props.t</td><td><code>function</code></td>
<td>props.useGraphCardContext</td><td><code>function</code></td>
</tr><tr>
<td>props.useMetricsSelector</td><td><code>function</code></td>
</tr><tr>
Expand Down

0 comments on commit b784122

Please sign in to comment.