mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 13:25:49 +03:00
[GH-ISSUE #14] Use Jest as a Test runner #13
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#13
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?
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.
@Sarah-Seo commented on GitHub (Jan 7, 2017):
I changed my mind. Jest will be used instead of the current custom test runner.
If some api is needed to hit electron api, the test should be conducted on Spectron.