question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unless 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:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ddebarroscommented, Jan 4, 2018

@James-E-Adams i’d also be interested in writing some tests for the main portion using spectron

0reactions
Raathigeshcommented, Mar 22, 2019

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.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found