We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27c5ef commit 8173b8dCopy full SHA for 8173b8d
1 file changed
test/commands/lightning/dev/app.test.ts
@@ -90,7 +90,6 @@ describe('lightning dev app', () => {
90
testIdentityData.usernameToServerEntityIdMap[testUsername] = testLdpServerId;
91
92
beforeEach(async () => {
93
- process.env.SKIP_API_VERSION_CHECK = 'true';
94
stubUx($$.SANDBOX);
95
stubSpinner($$.SANDBOX);
96
await $$.stubAuths(testOrgData);
@@ -112,7 +111,6 @@ describe('lightning dev app', () => {
112
111
});
113
114
afterEach(() => {
115
- delete process.env.SKIP_API_VERSION_CHECK;
116
$$.restore();
117
118
0 commit comments