Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan authored and JammingBen committed Sep 21, 2022
1 parent dd5f51c commit 306295b
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import Vuex from 'vuex'
import GetTextPlugin from 'vue-gettext'
import fileSideBars from '@files/src/fileSideBars'
import stubs from '@/tests/unit/stubs'
import Files from '@/__fixtures__/files'
import merge from 'lodash-es/merge'
import { buildResource, renameResource } from '@files/src/helpers/resources'
import { buildResource } from '@files/src/helpers/resources'

import InnerSideBar from 'web-pkg/src/components/sideBar/SideBar.vue'
import SideBar from '@files/src/components/SideBar/SideBar.vue'
Expand All @@ -22,14 +21,6 @@ jest.mock('@files/src/helpers/resources', () => {
}
})

const simpleOwnFolder = {
type: 'folder',
ownerId: 'marie',
ownerDisplayName: 'Marie',
mdate: 'Wed, 21 Oct 2015 07:28:00 GMT',
size: '740'
}

const selectors = {
noSelectionInfoPanel: 'noselection-stub'
}
Expand Down

0 comments on commit 306295b

Please sign in to comment.