Skip to content

Commit

Permalink
fix: lint warning
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <lstocchi@redhat.com>
  • Loading branch information
lstocchi committed Jul 5, 2023
1 parent 61aed00 commit 05a690a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/renderer/src/lib/style/IconsStyle.spec.ts
Expand Up @@ -34,6 +34,7 @@ beforeAll(() => {
});

test('Check containers button is available and click on it', async () => {
const file = 'file://my-font.woff';
const icon: IconInfo = {
id: 'my-icon-id',
definition: {
Expand All @@ -43,7 +44,7 @@ test('Check containers button is available and click on it', async () => {
src: [
{
location: 'my-font.woff',
browserURL: "url('file://my-font.woff')",
browserURL: `url('${file}')`,
format: 'woff2',
},
],
Expand Down

0 comments on commit 05a690a

Please sign in to comment.