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 (Collapse)Author
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
- Added changelog
2012-08-18- Introduced webpack bundler for rewire (work in progress, some tests are ↵Johannes
not running)
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
- update to mocha 1.3.x - fixed minor IE issues
2012-07-03- fixed bug when using b.addEntry()Johannes
- small fixes
2012-07-02- changed browserify version to 1.13.5Johannes
- fixed global var injection in the browser
2012-06-23fixed bug when node_modules folder is missingv0.3.0Johannes
2012-06-23added commentsJohannes
2012-06-23added commentsJohannes
2012-06-22all tests runningJohannes
2012-06-21removed "use strict"; to avoid influencing not-strict modulesJohannes
2012-06-21added detectStrictMode-moduleJohannes
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
2012-06-04fixed bug when trying to leak private variables while using "module.exports ↵Johannes
= ..."
2012-06-04introduced require.reset()Johannes
2012-06-04added documentationJohannes
2012-06-04changed repo-name to rewireJohannes
2012-06-03changed injection behaviourJohannes
2012-06-03all tests up and runningJohannes