mirror of
https://github.com/status-im/status-js-desktop.git
synced 2025-02-24 04:38:27 +00:00
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
|
/* eslint import/prefer-default-export: off */
|
||
|
import { ClientFunction } from 'testcafe';
|
||
|
|
||
|
export const getPageUrl = ClientFunction(() => window.location.href);
|