mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
fix(vitest): remove rules for excluded tests
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
2965f7c556
commit
028dd0fa84
1 changed files with 0 additions and 6 deletions
|
|
@ -12,12 +12,6 @@ export default defineConfig({
|
|||
assetsInclude: ['**/*.tflite', '**/*.wasm'],
|
||||
test: {
|
||||
include: ['src/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
|
||||
exclude: [
|
||||
// TODO: migrate to Vue 3
|
||||
'src/components/**',
|
||||
// FIXME: broken after Vue 3 migration
|
||||
'src/store/fileUploadStore.spec.js',
|
||||
],
|
||||
server: {
|
||||
deps: {
|
||||
// Allow importing CSS from dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue