Skip to content

Commit

Permalink
fix: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann authored and Jan committed May 23, 2023
1 parent 2b02fac commit ab1102f
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 ab1102f

Please sign in to comment.