diff --git a/test/test.ts b/test/test.ts index 22c4ada..b9a4720 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle'; import * as weblogo from '../ts/index' tap.test('first test', async () => { - console.log(weblogo.standardExport) + }) -tap.start() +tap.start();