mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 00:34:09 +00:00
[Lint] Sort imports (#2104)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
// @ts-strict-ignore
|
||||
import {
|
||||
ComfyInputsSpec,
|
||||
IntInputSpec,
|
||||
StringInputSpec,
|
||||
BooleanInputSpec,
|
||||
ComfyInputsSpec,
|
||||
ComfyNodeDefImpl,
|
||||
FloatInputSpec,
|
||||
ComfyNodeDefImpl
|
||||
} from '@/stores/nodeDefStore' // Adjust the import path as needed
|
||||
IntInputSpec,
|
||||
StringInputSpec
|
||||
} from '@/stores/nodeDefStore'
|
||||
|
||||
// Adjust the import path as needed
|
||||
|
||||
describe('ComfyInputsSpec', () => {
|
||||
it('should transform a plain object to ComfyInputsSpec instance', () => {
|
||||
|
||||
Reference in New Issue
Block a user