Skip to content

Commit 8f6e1c6

Browse files
committed
fix test
1 parent bbc43b0 commit 8f6e1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getAriaAtributes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe('getAriaAttributes', () => {
122122
element.setAttribute('role', role)
123123
element.setAttribute('aria-current', 'false')
124124
const result = getAriaCurrent(element, role)
125-
expect(result).toBe(false)
125+
expect(result).toBe('false')
126126
})
127127
})
128128
})

0 commit comments

Comments
 (0)