Skip to content

Commit

Permalink
Update packages/dnb-eufemia/src/extensions/forms/Form/Visibility/__te…
Browse files Browse the repository at this point in the history
…sts__/useVisibility.test.tsx

Co-authored-by: Joakim Bjerknes <joakbjerk@gmail.com>
  • Loading branch information
tujoworker and joakbjerk authored Jun 13, 2024
1 parent 9dd3a88 commit ef2afc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ describe('useVisibility', () => {
expect(result.current.check()).toBe(false)
})

it('should not render children when hasValue not matches', () => {
it('should not render children when hasValue does not match', () => {
const { result } = renderHook(
() =>
useVisibility({
Expand Down

0 comments on commit ef2afc5

Please sign in to comment.