Skip to content

Commit

Permalink
update .test-coverage output path
Browse files Browse the repository at this point in the history
  • Loading branch information
hayemaxi committed Jan 31, 2024
1 parent 797b44c commit 575a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/test/globalSetup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { getTestWindow, resetTestWindow } from './shared/vscode/window'
import { mapTestErrors, normalizeError, setRunnableTimeout } from './setupUtil'
import { TelemetryDebounceInfo } from '../shared/vscode/commands2'

const testReportDir = join(__dirname, '../../../.test-reports')
const testReportDir = join(__dirname, '../../../../../.test-reports') // Root project, not subproject
const testLogOutput = join(testReportDir, 'testLog.log')
const globalSandbox = sinon.createSandbox()
const maxTestDuration = 30_000
Expand Down

0 comments on commit 575a3f6

Please sign in to comment.