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 7556055 commit 4d4b5bfCopy full SHA for 4d4b5bf
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## v1.4.2
4
5
+- #15 add support for `export as` syntax
6
+Thanks @yiminghe
7
+
8
+## v1.4.2
9
10
- #14 fix non arrow function assignement expression parsing Thanks @yiminghe
11
12
## v1.4.0
package.json
@@ -1,6 +1,6 @@
1
{
"name": "jest-test-gen",
- "version": "1.4.2",
+ "version": "1.4.3",
"description": "Generator of jest unit test with all imports mocked and tests stub for every class and function exported",
"keywords": [
"jest",
0 commit comments