fix(core): update

This commit is contained in:
2021-03-08 17:30:04 +00:00
parent 193c3970b6
commit 04604770b1
13 changed files with 10696 additions and 643 deletions

View File

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