This commit is contained in:
neil 2023-01-16 09:58:16 +08:00
parent 4fba7f87b8
commit 420c7bb8a0
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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">