mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
chore(vitest): Remove redundant testTimeout declaration
This commit is contained in:
@@ -11,5 +11,6 @@ export default defineConfig({
|
|||||||
reporter: ['text', 'json', 'html'],
|
reporter: ['text', 'json', 'html'],
|
||||||
},
|
},
|
||||||
watch: false,
|
watch: false,
|
||||||
|
testTimeout: 15000,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user