mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
fix: remove useless @ts-ignore and migrate to @ts-expect-error (#293)
* fix: vite primevue/treenode import error * refactor: remove useless @ts-ignore and replace with @ts-expect-error * build(tsconfig): enable incremental to speed up secondary time type check
This commit is contained in:
@@ -790,7 +790,7 @@ describe('group node', () => {
|
||||
})
|
||||
|
||||
expect(dialogShow).toBeCalledTimes(1)
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
const call = dialogShow.mock.calls[0][0].innerHTML
|
||||
expect(call).toContain('the following node types were not found')
|
||||
expect(call).toContain('NotKSampler')
|
||||
|
||||
Reference in New Issue
Block a user