🃏Add Tests
See original GitHub issueUnless I’m missing something there aren’t any tests! I would recommend this great test runner called “Jest”, you might have heard of it 😉.
In all seriousness, the stack you’ve chosen has a great set of tooling such as:
These tools will make maintaining this project much easier, especially when it comes to trusting code changes you haven’t manually tested.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Jest · 🃏 Painless JavaScript Testing
Fast and sandboxed Jest parallelizes test runs across workers to maximize performance. Console messages are buffered and printed together with test results. ...
Read more >Delightful JavaScript Testing
Philosophy. Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase. It allows you to write tests with an...
Read more >Write tests. Not too many. Mostly integration.
This is deep, albeit short, so let's dive in: Write tests. Yes, for most projects you should write automated tests.
Read more >Jun 29, 2021
What makes the most sense to use if I want to test some JavaScript functions (they happen to be in a Vue app...
Read more >Testing Cloud Functions with Jest | by Keith Coughtrey
Jest · 🃏 Delightful JavaScript Testing ... For asynchronous tests (assuming node 8 or above) you can simply add the async and await ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@James-E-Adams i’d also be interested in writing some tests for the main portion using spectron
After so long, finally managed to get the rewrite almost done along with cypress integration tests. Unit tests are still lacking and should be added though 😃
Closing this for now.