Browse Source

ref(ts): Convert installWizard.spec to tsx (#51931)

Evan Purkhiser 1 year ago
parent
commit
1c60ff86dc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      static/app/views/admin/installWizard/index.spec.tsx

+ 0 - 2
static/app/views/admin/installWizard/index.spec.jsx → static/app/views/admin/installWizard/index.spec.tsx

@@ -1,11 +1,9 @@
 import {render, screen} from 'sentry-test/reactTestingLibrary';
 
-import ConfigStore from 'sentry/stores/configStore';
 import InstallWizard from 'sentry/views/admin/installWizard';
 
 describe('InstallWizard', function () {
   beforeEach(function () {
-    ConfigStore.set('version', '1.33.7');
     MockApiClient.addMockResponse({
       url: '/internal/options/?query=is:required',
       body: TestStubs.InstallWizard(),