Improved code coverage
All checks were successful
Production PR / QA Tests (pull_request) Successful in 43s

This commit is contained in:
Liviu Burcusel 2026-01-12 13:35:45 +01:00
parent ec8bc885fa
commit 935656df02
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import { describe, expect, it, beforeEach } from "vitest";
import { beforeEach, describe, expect, it } from "vitest";
import { mount, type VueWrapper } from "@vue/test-utils";
import IndexPage from "~/pages/index.vue";