Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Mar 7, 2022
1 parent cf827f6 commit 537b56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"lint": "eslint \"./src/**/*.{js,ts}\"",
"precommit": "lint-staged",
"prepush": "yarn lint && yarn test --bail --changedSince=master",
"test": "jest"
"test": "jest",
"test:update": "jest -u"
},
"lint-staged": {
"lib/**": [
Expand Down

0 comments on commit 537b56b

Please sign in to comment.