fix(core): update
This commit is contained in:
parent
faabcabdda
commit
203243646b
@ -1,5 +1,5 @@
|
|||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@pushrocks/tapbundle';
|
||||||
import * as weblogo from '../ts/index'
|
import * as weblogo from '../ts/index';
|
||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
|
|
||||||
|
@ -15,6 +15,6 @@ export class WebLogo implements IWebLogo {
|
|||||||
svgSquared: string;
|
svgSquared: string;
|
||||||
favIcon: string;
|
favIcon: string;
|
||||||
constructor(baseUrl: string) {
|
constructor(baseUrl: string) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user