mirror of
https://github.com/davunt/app-eraser.git
synced 2026-04-26 05:25:48 +03:00
[PR #5] [MERGED] Unit tests #9
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/app-eraser#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/davunt/app-eraser/pull/5
Author: @davunt
Created: 1/31/2023
Status: ✅ Merged
Merged: 1/31/2023
Merged by: @davunt
Base:
main← Head:unit-tests📝 Commits (2)
4709b8bCreated initial unit tests3a7f7d2Tidied up unit tests📊 Changes
12 files changed (+10653 additions, -5638 deletions)
View changed files
📝
.eslintrc.js(+1 -0)📝
README.md(+1 -1)📝
app.js(+2 -2)📝
package-lock.json(+10261 -5486)📝
package.json(+3 -2)📝
src/main/controller.js(+12 -146)📝
src/main/index.html(+1 -1)➕
src/main/index.js(+132 -0)➕
tests/unit/main.test.js(+215 -0)➕
utils/config.js(+7 -0)📝
utils/fileRegex.js(+13 -0)➕
utils/funcs.js(+5 -0)📄 Description
Refactored logic and created initial unit tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.