mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 09:00:16 +00:00
[Test] Run unittest with vitest (#2779)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// @ts-strict-ignore
|
||||
import { describe, expect, it } from 'vitest'
|
||||
|
||||
import {
|
||||
BooleanInputSpec,
|
||||
ComfyInputsSpec,
|
||||
@@ -8,8 +10,6 @@ import {
|
||||
StringInputSpec
|
||||
} from '@/stores/nodeDefStore'
|
||||
|
||||
// Adjust the import path as needed
|
||||
|
||||
describe('ComfyInputsSpec', () => {
|
||||
it('should transform a plain object to ComfyInputsSpec instance', () => {
|
||||
const plainObject = {
|
||||
|
||||
Reference in New Issue
Block a user