Skip to content

Commit

Permalink
Fix unittest import
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jan 12, 2023
1 parent 43b39a4 commit af29e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SpaceQuota from 'web-app-files/src/components/SpaceQuota.vue'
import SpaceQuota from 'web-pkg/src/components/sideBar/Details/SpaceQuota.vue'
import { defaultPlugins, shallowMount } from 'web-test-helpers'

describe('SpaceQuota component', () => {
Expand Down

0 comments on commit af29e08

Please sign in to comment.