We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceee28c commit 5afd9c3Copy full SHA for 5afd9c3
examples/vitest/vitest.override.config.js
@@ -1,12 +1,10 @@
1
+import baseConfig from './vitest.config';
2
+
3
const config = {
4
// Send results to Test Engine
5
+ ...baseConfig,
6
test: {
- reporters: [
- 'default',
- ['buildkite-test-collector/vitest/reporter', {
7
- tags: { hello: "vitest" }
8
- }]
9
- ],
+ ...baseConfig.test,
10
includeTaskLocation: false,
11
}
12
};
0 commit comments