fix(core): update

This commit is contained in:
2020-05-23 15:00:01 +00:00
parent f7f8074c9b
commit 9782077fb9
8 changed files with 109 additions and 8 deletions

View File

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