mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2026-08-08 23:54:01 -04:00
drop refs to coverage (#197)
This commit is contained in:
+1
-5
@@ -4,10 +4,6 @@ import { defineConfig } from 'vitest/config'
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true, // <-- reduces test file imports
|
||||
reporters: ['verbose'], // <-- verbose output
|
||||
coverage: {
|
||||
include: ['src/**/*.ts'],
|
||||
reporter: 'json-summary'
|
||||
}
|
||||
reporters: ['verbose'] // <-- verbose output
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user