diff --git a/test/test.browser.ts b/test/test.browser.ts index 904e4d8..d419e84 100644 --- a/test/test.browser.ts +++ b/test/test.browser.ts @@ -45,4 +45,4 @@ tap.test('should catch error', async () => { // throw new Error('hey'); }); -tap.start(); +export default tap.start(); diff --git a/test/test.ts b/test/test.ts index 904e4d8..d419e84 100644 --- a/test/test.ts +++ b/test/test.ts @@ -45,4 +45,4 @@ tap.test('should catch error', async () => { // throw new Error('hey'); }); -tap.start(); +export default tap.start(); diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 798f173..b97182f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartlog', - version: '3.0.5', + version: '3.0.6', description: 'A minimalistic, distributed, and extensible logging tool supporting centralized log management.' }