BlueWallet/tests/e2e/init.js

4 lines
56 B
JavaScript
Raw Normal View History

2020-03-16 13:51:08 +00:00
beforeAll(async () => {
2021-09-16 19:56:09 +01:00
await device.launchApp();
2020-03-16 13:51:08 +00:00
});