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