Skip to content

Commit

Permalink
feat: #1210: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed May 20, 2020
1 parent c0040a4 commit eedf991
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 597 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import { shallow, mount } from 'enzyme'
import AuthFlow from '@/constants/app-auth-flow'
import { appInstallationsRequestData } from '@/actions/app-installations'
import { appDetailDataStub } from '@/sagas/__stubs__/app-detail'
import AppContent, { handleUninstallSuccess, renderAuthentication, renderInstallationsTable } from '../app-content'
import AppContent, {
handleUninstallSuccess,
renderAuthentication,
renderInstallationsTable,
} from '../app-content/app-content'
import { Provider } from 'react-redux'
import { ReduxState } from '@/types/core'
import configureStore from 'redux-mock-store'
Expand Down

This file was deleted.

Loading

0 comments on commit eedf991

Please sign in to comment.