Skip to content

Commit 8173b8d

Browse files
committed
fix: remove unused env var
1 parent b27c5ef commit 8173b8d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/commands/lightning/dev/app.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ describe('lightning dev app', () => {
9090
testIdentityData.usernameToServerEntityIdMap[testUsername] = testLdpServerId;
9191

9292
beforeEach(async () => {
93-
process.env.SKIP_API_VERSION_CHECK = 'true';
9493
stubUx($$.SANDBOX);
9594
stubSpinner($$.SANDBOX);
9695
await $$.stubAuths(testOrgData);
@@ -112,7 +111,6 @@ describe('lightning dev app', () => {
112111
});
113112

114113
afterEach(() => {
115-
delete process.env.SKIP_API_VERSION_CHECK;
116114
$$.restore();
117115
});
118116

0 commit comments

Comments
 (0)