test: use relative path for tests setup

pull/3298/head
Daniel Roe 2025-05-19 22:31:05 -04:00
rodzic c3339a01b0
commit 552169cfd9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CBC814C393D93268
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ export default defineVitestConfig({
test: {
reporters: isCI ? ['default', 'hanging-process'] : ['default'],
setupFiles: [
'/tests/setup.ts',
'./tests/setup.ts',
],
environmentOptions: {
nuxt: {