fix(core): update

This commit is contained in:
2019-11-30 16:25:24 +00:00
parent aa4c9d6554
commit f536957bbd
7 changed files with 79 additions and 15 deletions

View File

@ -2,7 +2,8 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as interfaces from '../ts/index';
tap.test('first test', async () => {
console.log(interfaces.standardExport);
console.log('hi' as interfaces.pagechecks.IRequest_PageCheck_Assumption['request']['domain']);
});
tap.start();