mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
fix tests
This commit is contained in:
parent
4bed11c7ee
commit
05ef55cb7a
@ -12,6 +12,6 @@ describe('AreaButton', () => {
|
||||
/>
|
||||
)
|
||||
expect(container.firstChild).toBeInTheDocument()
|
||||
container.firstChild && expect(container.firstChild.nodeName).toBe('UL')
|
||||
container.firstChild && expect(container.firstChild.nodeName).toBe('DIV')
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user