Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-23Fix problems when global objects like JSON, etc. have been rewiredJohannes Ewald
Fixes #40
2014-07-08Refactor testsJohannes Ewald
2014-07-08Move __with__-function into own moduleJohannes Ewald
2014-07-07added __with__ function according to proposed syntax in issue #29Bob Pace
2014-07-01__set__ returns an 'undo' function that when invoked will restore the module ↵Bob Pace
to the values it had before it was called
2012-07-10- fixed parsing error when trying to set a function as mockv0.3.2Johannes
- update to mocha 1.3.x - fixed minor IE issues
2012-07-03- fixed bug when using b.addEntry()Johannes
- small fixes
2012-06-21removed "use strict"; to avoid influencing not-strict modulesJohannes
2012-06-15namespaced all variables within the __set__ method so you can really set all ↵Johannes
variables
2012-06-12- changed APIv0.2.0Johannes
- introduced __set__ and __get__ to rewired modules