Files
Comfyui-Workflow-Snapshot-M…/package.json
T
Ethanfel ff59e58b33
Publish to ComfyUI Registry / Publish Custom Node to Registry (push) Canceled after 0s
Tests / test (push) Canceled after 0s
Improve snapshot reliability and usability
2026-08-24 23:50:31 +02:00

10 lines
237 B
JSON

{
"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"
}
}