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
path: root/test
AgeCommit message (Expand)Author
2019-06-11Merge branches 'update-travis-node-versions', 'change-carriage-returns' and '...Rens Baardman
2019-06-11Fix #167: non-enumerable globals are now also prefixed with `var`fix-167-global-var-leakageRens Baardman
2019-06-11Change line endings from carriage returns to line feedschange-carriage-returnsRens Baardman
2017-11-11Remove legacy code for node < 4Johannes Ewald
2017-11-11Update .travis.ymlJohannes Ewald
2017-11-11Refactor codeJohannes Ewald
2015-11-16Move testLib into dedicated folder inside root folderJohannes Ewald
2015-11-14Move shared test cases into lib folderJohannes Ewald
2015-10-13Make properties writableEli White
2015-04-28Fix issue where the strict mode was not detected when a comment was before "s...Johannes Ewald
2015-02-23Fix problems when global objects like JSON, etc. have been rewiredJohannes Ewald
2015-02-17Add possibility to mock undefined, implicit globalsJohannes Ewald
2015-02-06Add support for dot notationJohannes Ewald
2015-02-05Fix issues with reverting nested propertiesJohannes Ewald
2015-02-05Use mocha to check for global leaksJohannes Ewald
2015-01-16ignore invalid variable names during injection of global paramsZolmeister
2014-12-14Add test for implicit global varsJohannes Ewald
2014-11-04Fix shadowing of internal `module`, `exports` and `require` when a global cou...Johannes Ewald
2014-10-28revise test to find all leaked globalsRich Trott
2014-10-28rm commentsRich Trott
2014-10-28fix leak, add test, for #33Rich Trott
2014-10-25rewire methods as non-enumerableNick Bottomley
2014-07-10Improve shared test casesJohannes Ewald
2014-07-10Add test to check whether __with__ ignores all returned values which are not ...Johannes Ewald
2014-07-08Add promise feature to __with__Johannes Ewald
2014-07-08Improve __with__ testsJohannes Ewald
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
2014-05-20Added fix for node 0.11.x testsJohannes Ewald
2014-05-20Fixed wrong gitignoreJohannes Ewald
2014-05-20Added istanbul for test coverageJohannes Ewald
2013-10-01- removed client-side bundlers (for webpack support take a look at https://gi...jhnns
2013-03-13- Removed note on IEv1.1.2Johannes Ewald
2013-03-13- Rolled back fake-package.json-mechanismJohannes Ewald
2013-03-13- Forced fake package.json to be committedJohannes Ewald
2013-03-13- Reintroduced shared test casesJohannes Ewald
2013-03-13- Fixed wrong path in testJohannes Ewald
2013-03-13- Added deprecation warning for client-side bundlersJohannes Ewald
2013-03-02- added a test for the case where a comment is on the last lineJohannes Ewald
2013-02-23- added Coffee-Script support closes #8 (jashkenas/coffee-script#2707)Johannes Ewald
2012-09-18- Improved strict mode detectionJohannes
2012-08-20- Woops! Adjusted test to API change :)v1.0.0Johannes
2012-08-20- All tests runningJohannes
2012-08-18- Introduced webpack bundler for rewire (work in progress, some tests are not...Johannes
2012-08-17- Removed (node.js) from test nameJohannes
2012-07-10- fixed parsing error when trying to set a function as mockv0.3.2Johannes
2012-07-03- fixed bug when using b.addEntry()Johannes
2012-07-02- changed browserify version to 1.13.5Johannes