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.

chai-spies.js needs a rebuild on master

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
stalniycommented, Aug 16, 2017

@keithamus what do you think if I replace folio with something more modern (e.g. rollup or browserify) and replace Makefile with npm scripts?

Then I will rebuild and send a PR

0reactions
keithamuscommented, Sep 12, 2017

@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.

Read more comments on GitHub >

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

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