mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
fix(telemetry): unset CI kill switch in cli-program-telemetry tests
This commit is contained in:
parent
14431c01ee
commit
1bc13715ba
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ describe('runCommanderKtxCli telemetry', () => {
|
|||
await writeFile(join(tempDir, 'ktx.yaml'), '{}\n', 'utf-8');
|
||||
vi.stubEnv('KTX_TELEMETRY_DEBUG', '1');
|
||||
vi.stubEnv('HOME', tempDir);
|
||||
vi.stubEnv('CI', '');
|
||||
vi.stubEnv('KTX_TELEMETRY_DISABLED', '');
|
||||
vi.stubEnv('DO_NOT_TRACK', '');
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue