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 bbeafc9 commit 68caa45Copy full SHA for 68caa45
packages/cli/vitest.setup.mts
@@ -2,5 +2,5 @@ import { beforeAll } from 'vitest'
2
3
// Disable telemetry within framework tests
4
beforeAll(() => {
5
- process.env.REDWOOD_DISABLE_TELEMETRY = '1'
+ process.env.REDWOOD_DISABLE_TELEMETRY = 1
6
})
0 commit comments