fix: import comfyExpect from ComfyPage in all vueNodes tests

This commit is contained in:
bymyself
2025-11-11 10:56:06 -08:00
parent 54597f786e
commit c5138692bf
8 changed files with 16 additions and 32 deletions

View File

@@ -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'
const MUTE_HOTKEY = 'Control+m'
const MUTE_OPACITY = '0.5'