Improve snapshot reliability and usability
Publish to ComfyUI Registry / Publish Custom Node to Registry (push) Canceled after 0s
Tests / test (push) Canceled after 0s

This commit is contained in:
2026-08-24 23:50:31 +02:00
parent 6648d4b9d6
commit ff59e58b33
11 changed files with 1487 additions and 579 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "comfyui-snapshot-manager-tests",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/*.test.mjs",
"check": "node --check js/snapshot_manager.js && node --check js/snapshot_diff.js"
}
}