Skip to content

Commit

Permalink
feat: mocha, chai, sinon, c8
Browse files Browse the repository at this point in the history
  • Loading branch information
Colten Krauter committed Jul 21, 2024
1 parent 1dd466b commit be5795b
Show file tree
Hide file tree
Showing 7 changed files with 1,948 additions and 57 deletions.
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
node_modules
# Node.js dependencies
node_modules/

# Output directories
dist/

# IDE and editor files
.idea/
.vscode/

# System files
.DS_Store
Thumbs.db

# Coverage directories
coverage/

# Environment variable files
dev.env
.env
.env.local
.env.*.local

# Generated files
*.js
*.jsx
*.map
Loading

0 comments on commit be5795b

Please sign in to comment.