add imports

This commit is contained in:
2026-06-04 12:56:46 +02:00
committed by Gitea
parent 54ffaf73e3
commit d6700d6965
@@ -13,3 +13,8 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import { expect, test, describe, vi, beforeEach } from 'vitest';
import { mount } from '@vue/test-utils';
import LanguageSwitchButton from '@/features/i18n/components/LanguageSwitchButton.vue';
import { loadLanguage } from '@/i18n';