@v4fire/client
Version:
V4Fire client core library
23 lines (19 loc) • 625 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
*/
const
{initRouter} = include('src/base/b-router/test/helpers/init'),
{generateWatchCommonSpecs} = include('src/base/b-router/test/helpers/watch'),
{generateSimpleUsageCommonSpecs} = include('src/base/b-router/test/helpers/simple'),
{generateTransitionCommonSpecs} = include('src/base/b-router/test/helpers/transition');
module.exports = {
initRouter,
generateWatchCommonSpecs,
generateTransitionCommonSpecs,
generateSimpleUsageCommonSpecs
};