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