mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
lint
This commit is contained in:
parent
4fba7f87b8
commit
420c7bb8a0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import matchers from '@testing-library/jest-dom/matchers';
|
import matchers from '@testing-library/jest-dom/matchers';
|
||||||
import { expect, vi } from 'vitest';
|
import { expect } from 'vitest';
|
||||||
|
|
||||||
expect.extend(matchers);
|
expect.extend(matchers);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export let coverUrl: string = '';
|
export let coverUrl = '';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<figure class="relative mb-8 h-32 w-full font-machina uppercase">
|
<figure class="relative mb-8 h-32 w-full font-machina uppercase">
|
||||||
|
|
Loading…
Reference in a new issue