[GH-ISSUE #14] Use Jest as a Test runner #13

Closed
opened 2026-03-03 00:17:38 +03:00 by kerem · 1 comment
Owner

Originally created by @Sarah-Seo on GitHub (Dec 25, 2016).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/14

We need a custom test runner for compiled code by webpack on electron.

Currently, I wrote the codes from scratch. It uses webpack HMR so runs test very fast.
But, the test runner has lack of functionality. It should be improved more.

Anyway, I'm going to mimic the api of Jest. If you have any good idea, please tell me. We should discuss more.

Originally created by @Sarah-Seo on GitHub (Dec 25, 2016). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/14 We need a custom test runner for compiled code by webpack on electron. Currently, I wrote the codes from scratch. It uses webpack HMR so runs test very fast. But, the test runner has lack of functionality. It should be improved more. Anyway, I'm going to mimic the api of Jest. If you have any good idea, please tell me. We should discuss more.
kerem closed this issue 2026-03-03 00:17:38 +03:00
Author
Owner

@Sarah-Seo commented on GitHub (Jan 7, 2017):

I changed my mind. Jest will be used instead of the current custom test runner.

  • Jest would be enough to test the current coverage.
  • Not enough resources to maintain own test runner.

If some api is needed to hit electron api, the test should be conducted on Spectron.

<!-- gh-comment-id:271064256 --> @Sarah-Seo commented on GitHub (Jan 7, 2017): I changed my mind. Jest will be used instead of the current custom test runner. - Jest would be enough to test the current coverage. - Not enough resources to maintain own test runner. If some api is needed to hit electron api, the test should be conducted on Spectron.
Sign in to join this conversation.
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/BoostNote-App#13
No description provided.