UNPKG
@coinbase/onchaintestkit
Version:
latest (1.2.1)
placeholder (0.0.0)
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0
End-to-end testing toolkit for blockchain applications, powered by Playwright
@coinbase/onchaintestkit
/
dist
/
src
/
wallets
/
MetaMask
/
utils
/
index.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
export
{ tryClickElement }
from
"../../../utils/tryClickElement"
;
export
{ allTextContents }
from
"../../../utils/getTextContents"
;