2021-07-18 18:36:51 +00:00
|
|
|
import { expect, tap } from '@pushrocks/tapbundle';
|
|
|
|
import * as navigation from '../ts/index';
|
|
|
|
|
2021-08-08 21:06:14 +00:00
|
|
|
let testNavigationManager: navigation.NavigationManager;
|
|
|
|
|
2021-07-18 18:36:51 +00:00
|
|
|
tap.test('first test', async () => {
|
2021-08-08 21:06:14 +00:00
|
|
|
console.log();
|
2021-07-18 18:36:51 +00:00
|
|
|
});
|
|
|
|
|
|
|
|
tap.start();
|