Tests are out of sync with Node.js tests
See original GitHub issueWhen 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:
- Created 6 years ago
- Reactions:4
- Comments:10 (7 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
I’m not a maintainer, but I’ll say “go for it” anyway 😀
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. 😃