🧪 Add test for Plex

This commit is contained in:
Manuel
2023-03-20 23:17:17 +01:00
parent 0b237f27f7
commit 6633d21788
8 changed files with 192 additions and 11 deletions

View File

@@ -12,6 +12,9 @@ export default defineConfig({
reporter: ['html'],
all: true,
exclude: ['.next/', '.yarn/', 'data/']
}
},
setupFiles: [
"./setupVitest.ts"
]
},
});