Skip to content

Commit 575a3f6

Browse files
committed
update .test-coverage output path
1 parent 797b44c commit 575a3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/test/globalSetup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { getTestWindow, resetTestWindow } from './shared/vscode/window'
2626
import { mapTestErrors, normalizeError, setRunnableTimeout } from './setupUtil'
2727
import { TelemetryDebounceInfo } from '../shared/vscode/commands2'
2828

29-
const testReportDir = join(__dirname, '../../../.test-reports')
29+
const testReportDir = join(__dirname, '../../../../../.test-reports') // Root project, not subproject
3030
const testLogOutput = join(testReportDir, 'testLog.log')
3131
const globalSandbox = sinon.createSandbox()
3232
const maxTestDuration = 30_000

0 commit comments

Comments
 (0)