Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mochiya98 committed Jul 31, 2020
1 parent a2ef89c commit 1769209
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-test-renderer-tree-to-json",
"version": "1.0.1",
"version": "1.0.2",
"description": "Convert React Test Renderer tree to a format compatible with Jest snapshot testing.",
"keywords": [
"enzyme",
Expand Down Expand Up @@ -30,7 +30,8 @@
"lint:eslint": "npx eslint --color --ext js,jsx,ts,tsx --ignore-pattern \"/dist/\" .",
"lint:tsc": "npx tsc --pretty --noEmit",
"test": "npx run-s lint test:*",
"test:unit": "npx jest --runInBand"
"test:unit": "npx jest --runInBand",
"prepack": "npm run test && npm run build"
},
"pre-commit": [
"lint"
Expand Down

0 comments on commit 1769209

Please sign in to comment.