Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Aug 5, 2020
1 parent 5613719 commit aadb1f4
Showing 1 changed file with 10 additions and 16 deletions.
Expand Up @@ -19,16 +19,14 @@ Object {
- Promise {}
+ Object {
+ \\"husky\\": Object {
+ \\"hooks\\": Object {},
+ },
+ \\"husky\\": \\"{
+ /\\"hooks/\\": {}
+ }\\",
+ }",
"id": "husky",
"name": "husky",
"newState": "{
\\"husky\\": {
\\"hooks\\": {}
}
\\"husky\\": \\"{/n /\\"hooks/\\": {}/n}\\"
}",
}
`;
Expand Down Expand Up @@ -56,20 +54,16 @@ Object {
- Promise {}
+ Object {
+ \\"husky\\": Object {
+ \\"hooks\\": Object {
+ \\"pre-commit\\": \\"lint-staged\\",
+ },
+ },
+ \\"husky\\": \\"{
+ /\\"hooks/\\": {
+ /\\"pre-commit/\\": /\\"lint-staged/\\"
+ }
+ }\\",
+ }",
"id": "husky",
"name": "husky",
"newState": "{
\\"husky\\": {
\\"hooks\\": {
\\"pre-commit\\": \\"lint-staged\\"
}
}
\\"husky\\": \\"{/n /\\"hooks/\\": {/n /\\"pre-commit/\\": /\\"lint-staged/\\"/n }/n}\\"
}",
}
`;
Expand Down

0 comments on commit aadb1f4

Please sign in to comment.