Revive create-stream-vs-put-racecondition.js test
See original GitHub issuecreate-stream-vs-put-racecondition.js
isn’t executed in the test because the runner looks for *-test.js.
It was the same before the changes to allow the typescript to run each test:
levelup/buster.js Line 5 in e152d83
tests: [ 'test/*-test.js' ],
If you add -test
to the end, and use levelup(leveldown(location))
instead of levelup(location)
, it fails.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Sinon.JS - Standalone test fakes, spies, stubs and mocks for ...
Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework.
Read more >Mocha - the fun, simple, flexible JavaScript test framework
simple, flexible, fun. Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun....
Read more >Best Practices for Spies, Stubs and Mocks in Sinon.js
Learn about differences between spies, stubs and mocks, when and how to use them, and get a set of best practices to help...
Read more >nock/nock: HTTP server mocking and expectations ... - GitHub
HTTP server mocking and expectations library for Node.js. Nock can be used to test modules that perform HTTP requests in isolation.
Read more >aws-sdk-mock - npm
Functions to mock the JavaScript aws-sdk . ... This module was created to help test AWS Lambda functions but can be used in...
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
@ralphtheninja want to include this in v2? I can take a look if you want
👍 👍