We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf586 commit 52e914dCopy full SHA for 52e914d
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
---------
3
4
+### 2.3.0
5
+- Add possibility to mock undefined, implicit globals [#35](https://github.com/jhnns/rewire/issues/35)
6
+
7
### 2.2.0
8
- Add support for dot notation in __set__(env) calls [#39](https://github.com/jhnns/rewire/issues/39)
9
package.json
@@ -1,6 +1,6 @@
{
"name": "rewire",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "Easy dependency injection for node.js unit testing",
"keywords": [
"dependency",
0 commit comments