Skip to content

Commit

Permalink
🐜 no longer need "istanbul ignore next"
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Apr 8, 2024
1 parent 96369f8 commit af98c51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/useLocalStorageState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ function useBrowserLocalStorageState<T>(
return storageValue.current.parsed
},

// istanbul ignore next
() => defaultValue,
)
const setState = useCallback(
Expand Down

0 comments on commit af98c51

Please sign in to comment.