fix problematic 'it' import

This commit is contained in:
Simone Baptiste 2024-05-10 15:06:50 +02:00
parent 868a5d7d3d
commit 90eb953fa5

View file

@ -1,6 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
import { it } from 'node:test';
const { availableLocales, locale } = useI18n(); const { availableLocales, locale } = useI18n();
const localesLong: Record<string, string> = { const localesLong: Record<string, string> = {