mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 16:53:21 +08:00
fix(test-output): Remove global noopReporter to restore test visibility
Removed the "./noopReporter.ts" from the global Vitest reporters configuration to ensure test outputs are visible by default. This change addresses an issue where the output from all tests was being hidden, making it difficult to observe test results directly. The noopReporter can still be used selectively for specific tests via: npx vitest --reporter=./noopReporter.ts run tests/pox-4/pox-4.stateful-prop.test.ts
This commit is contained in:
@@ -29,7 +29,6 @@ export default defineConfig({
|
||||
threads: { singleThread: true },
|
||||
forks: { singleFork: true },
|
||||
},
|
||||
reporters: ["./noopReporter.ts"],
|
||||
setupFiles: [
|
||||
vitestSetupFilePath,
|
||||
// custom setup files can be added here
|
||||
|
||||
Reference in New Issue
Block a user