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