@v4fire/client
Version:
V4Fire client core library
19 lines (14 loc) • 331 B
JavaScript
// @ts-check
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
/**
* @typedef {import('playwright').Page} Page
*/
const
u = include('tests/utils').default;
module.exports = (...args) => u.getCurrentTest()(...args);