Files
ComfyUI_frontend/.gitignore
Moritz Ulmer 6366f9132b Add first test
Why:

- Every journey starts with a first step

This change addresses the need by:

- Adding jest and a test
- Resolve ESLint warnings/errors in the tested function
2023-03-20 16:08:50 +01:00

12 lines
129 B
Plaintext

node_modules/
node_modules/*
npm-debug.log
temp/
temp/*
coverage/*
# Editors
/.vscode/*
!/.vscode/extensions.json
*.bak
.project