new version

This commit is contained in:
2019-08-23 16:57:45 +02:00
parent dc5edfb4fc
commit f8a06daee7
3 changed files with 2 additions and 8 deletions

View File

@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle';
import * as typedrequestInterfaces from '../ts/index';
tap.test('first test', async () => {
typedrequestInterfaces;
});
tap.start();