fix(core): update

This commit is contained in:
2021-08-08 23:06:14 +02:00
parent 8f4c0a5ec6
commit 01dbec7da9
8 changed files with 76 additions and 61 deletions

View File

@@ -1,8 +1,10 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as navigation from '../ts/index';
let testNavigationManager: navigation.NavigationManager;
tap.test('first test', async () => {
console.log(navigation.standardExport);
console.log();
});
tap.start();