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 52e7721 commit a02abffCopy full SHA for a02abff
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.4.1
+## v1.4.2
4
5
- #14 fix non arrow function assignement expression parsing Thanks @yiminghe
6
package.json
{
"name": "jest-test-gen",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "Generator of jest unit test with all imports mocked and tests stub for every class and function exported",
"keywords": [
"jest",
@@ -21,7 +21,7 @@
21
"build": "tsc",
22
"dev": "ts-node ./src/cli.ts",
23
"test": "jest",
24
- "prepublish": "npm run build"
+ "prepublishOnly": "npm run build"
25
},
26
"repository": {
27
"type": "git",
0 commit comments