Skip to content

Commit

Permalink
Update init.test.js.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Mar 9, 2021
1 parent d78f240 commit 2e51af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Object {
"lint:md": "remark . --frail",
"lint:md:fix": "remark . --output",
"lint:types": "tsc --noEmit",
"postinstall": "husky install",
"prepare": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run lint && npm run clean",
Expand Down Expand Up @@ -121,7 +121,7 @@ Object {
"lint:md": "remark . --frail",
"lint:md:fix": "remark . --output",
"lint:types": "tsc --noEmit",
"postinstall": "husky install",
"prepare": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"prerelease": "git switch main && git pull && npm ci && npm run clean && npm test && npm run lint && npm run clean",
Expand Down

0 comments on commit 2e51af7

Please sign in to comment.