chai-spies.js needs a rebuild on master
See original GitHub issueCome on folks, this one is a baddie. Because of the slow release cycle of this module, folks are depending on installing from master
(which is bad enough in of itself). Please get this file up to date with the rest of the repo on master.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Chai Spies - Chai Assertion Library
Chai Spies. This is an addon plugin for the chai assertion library. It provides the most basic function spy ability and tests.
Read more >Bring back spy.reset() · Issue #104 · chaijs/chai-spies - GitHub
This was my solution for resetting the spy, in lieu of spy.reset() : let barSpy; const foo = proxyquire("../lib/foo.js", { ".
Read more >Ensuring tests using Chai Spies run in isolation - Medium
For this post, I'm going to assume you are using mocha and chai and that you are already using the chai-spies library for...
Read more >Chai.js - Google Groups
Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired ... chai-spies needs immediate attention...
Read more >How to mock a function using rewirejs and chai-spies in order ...
My set-up. I have a module called db.js which exports a saveUser() method. db.js module.
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
@keithamus what do you think if I replace
folio
with something more modern (e.g.rollup
orbrowserify
) and replaceMakefile
withnpm scripts
?Then I will rebuild and send a PR
@stalniy if we’re happy to release with the current state as-is, then we could make a PR to compile chai-spies.js, change the package.json version - then when merged we can tag the commit and make a release.