[PR #5] [MERGED] Unit tests #9

Closed
opened 2026-03-03 01:27:48 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: unit-tests


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/davunt/app-eraser/pull/5 **Author:** [@davunt](https://github.com/davunt) **Created:** 1/31/2023 **Status:** ✅ Merged **Merged:** 1/31/2023 **Merged by:** [@davunt](https://github.com/davunt) **Base:** `main` ← **Head:** `unit-tests` --- ### 📝 Commits (2) - [`4709b8b`](https://github.com/davunt/app-eraser/commit/4709b8b215aebef892665e143103486b14226aaa) Created initial unit tests - [`3a7f7d2`](https://github.com/davunt/app-eraser/commit/3a7f7d2ce6deedfaf569acc4d6b5ca9cabe9f28e) Tidied up unit tests ### 📊 Changes **12 files changed** (+10653 additions, -5638 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Refactored logic and created initial unit tests --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:27:48 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/app-eraser#9
No description provided.