fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-05 10:58:20 +00:00
parent 480c890b2a
commit 1e0616e580

View File

@ -4,5 +4,5 @@ import * as smartfileInterfaces from '../ts/index';
tap.test('first test', async () => {
console.log(smartfileInterfaces);
});
;
tap.start();