This commit is contained in:
2018-03-05 01:26:26 +01:00
parent ae25992806
commit 007bb2029d
3 changed files with 8 additions and 11 deletions

View File

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