diff --git a/test/test.ts b/test/test.ts index b9a4720..2b061d1 100644 --- a/test/test.ts +++ b/test/test.ts @@ -1,5 +1,5 @@ import { expect, tap } from '@pushrocks/tapbundle'; -import * as weblogo from '../ts/index' +import * as weblogo from '../ts/index'; tap.test('first test', async () => { diff --git a/ts/index.ts b/ts/index.ts index 38102b4..2bf8919 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -15,6 +15,6 @@ export class WebLogo implements IWebLogo { svgSquared: string; favIcon: string; constructor(baseUrl: string) { - + } } \ No newline at end of file