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 797b44c commit 575a3f6Copy full SHA for 575a3f6
packages/toolkit/src/test/globalSetup.test.ts
@@ -26,7 +26,7 @@ import { getTestWindow, resetTestWindow } from './shared/vscode/window'
26
import { mapTestErrors, normalizeError, setRunnableTimeout } from './setupUtil'
27
import { TelemetryDebounceInfo } from '../shared/vscode/commands2'
28
29
-const testReportDir = join(__dirname, '../../../.test-reports')
+const testReportDir = join(__dirname, '../../../../../.test-reports') // Root project, not subproject
30
const testLogOutput = join(testReportDir, 'testLog.log')
31
const globalSandbox = sinon.createSandbox()
32
const maxTestDuration = 30_000
0 commit comments