Skip to content

Commit

Permalink
fix: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed May 19, 2023
1 parent aaaa8bf commit f2318c6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import { useFileActions } from 'web-app-files/src/composables/actions/files/useF
import { SpaceResource } from 'web-client'
import { useRouteQuery } from 'web-pkg'
import { ref } from 'vue'
import { Action } from 'vuex'
import { fileActions } from 'web-app-files/tests/__fixtures__/fileActions'

jest.mock('web-app-files/src/composables/actions/files/useFileActions')
jest.mock('web-pkg/src/composables/router', () => ({
Expand Down

0 comments on commit f2318c6

Please sign in to comment.