skupperproject / gilligan

A console to observe and manage Skupper installations
https://skupper.io/
Apache License 2.0
9 stars 6 forks source link

fix:clipboard mock should return a promise in siteInfoPage test #21

Closed bartoval closed 2 years ago

bartoval commented 2 years ago

We need to mock the window object navigator.clipboard.readText as a Promise instead of a function. https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText