Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Proper disable
  • Loading branch information
huchenlei committed Oct 9, 2024
commit 02ba3077138826f1350f1f0148606bd25c5e0aa9
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Disabled because of https://github.com/Comfy-Org/ComfyUI_frontend/issues/1184

/* import { mount } from '@vue/test-utils'
import { mount } from '@vue/test-utils'
import { expect, describe, it } from 'vitest'
import ResultGallery from '../ResultGallery.vue'
import Galleria from 'primevue/galleria'
Expand Down Expand Up @@ -78,4 +78,3 @@ describe('ResultGallery', () => {
expect(wrapper.vm.galleryVisible).toBe(true)
})
})
*/