testing admin routes
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 30s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 30s
This commit is contained in:
@@ -51,7 +51,7 @@ export default defineConfig({
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
// We remove 'text' here. The final text report will be generated by `nyc` after merging.
|
||||
reporter: ['verbose', 'html', 'json', 'tree'],
|
||||
reporter: ['text', 'html', 'json', 'tree'],
|
||||
// hanging-process reporter helps identify tests that do not exit properly - comes at a high cost tho
|
||||
//reporter: ['verbose', 'html', 'json', 'hanging-process'],
|
||||
reportsDirectory: './.coverage/unit',
|
||||
|
||||
Reference in New Issue
Block a user