1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

fix tests

This commit is contained in:
Jernej Pregelj 2019-05-03 17:05:49 +02:00
parent 4bed11c7ee
commit 05ef55cb7a

View File

@ -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')
})
})