fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-18 14:42:07 +00:00
parent c6cdfdf137
commit d7b713fdad

View File

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