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.

Tests are out of sync with Node.js tests

See original GitHub issue

When running ./bin/download-node-tests.js it’s apparent that the tests are heavily out of sync with the Node tests.

I plan to go over them an resync things. I open this issue to prevent double work, so a “go for it” from the maintainers would be appreciated.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:4
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ralphtheninjacommented, Jan 9, 2018

I’m not a maintainer, but I’ll say “go for it” anyway 😀

1reaction
ferosscommented, Sep 5, 2019

I’m in grad school as of the past year, so I was off GitHub for a while. Still around and still plan to maintain this as good as ever. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testing synchronous code - node.js - Stack Overflow
Based on your code, I am assuming that your funcB function is running code in a synchronous way. So when I create funcB...
Read more >
A Node.js Guide to Actually Doing Integration Tests - Toptal
While unit tests help ensure that functions are properly written, integration tests help ensure that the system is working properly as a whole....
Read more >
Builtin Node.js Testing - Whistlr
To always run certain files as tests, use "node --test whatever-tests/*.js". Node normally can't run more than one file at once, so the...
Read more >
Unit testing Node.js fs with mock-fs - Emma Goto
However if you're using async functions like fs readFile or writeFile , you'll need to make sure that your script has finished before...
Read more >
How to test code that depends on external APIs in Node.js
The problem with this test is that it calls the real API, which makes it slow to finish because an actual request is...
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