Skip to content

Commit 42a1349

Browse files
committed
add breadcrumb for missing test coverage
1 parent 5f6b911 commit 42a1349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fx/Storage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export function ReadFromStorage(props) {
9090
assign(
9191
{
9292
converter: props.converter || JSON.parse,
93+
// TODO: add coverage for default value
9394
error: props.error || function() {}
9495
},
9596
props

0 commit comments

Comments
 (0)