mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 04:31:58 +00:00
fix: import comfyExpect from ComfyPage in all vueNodes tests
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import {
|
||||
comfyExpect as expect,
|
||||
comfyPageFixture as test
|
||||
} from '../../../fixtures/comfyPageFixture'
|
||||
import { comfyPageFixture as test } from '../../../fixtures/comfyPageFixture'
|
||||
import { comfyExpect as expect } from '../../../fixtures/ComfyPage'
|
||||
|
||||
test.describe('Vue Widget Reactivity', () => {
|
||||
test.beforeEach(async ({ comfyPage }) => {
|
||||
|
||||
Reference in New Issue
Block a user