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 27cc4dd commit 598c63bCopy full SHA for 598c63b
__snapshots__/commit-message-install-spec.js
@@ -1,8 +1,3 @@
1
-exports['commit-message-install getJsonFromGit extracts the json from git message 1'] = {
2
- "platform": "win32",
3
- "branch": "some-branch"
4
-}
5
-
6
exports['commit-message-install gets last commit message returns just the body of the commit message 1'] = `
7
message body
8
`
@@ -135,3 +130,8 @@ exports['commit-message-install getJsonBlock returns json with branch 1'] = {
135
130
"foo": "bar",
136
131
"branch": "test-branch"
137
132
}
133
+
134
+exports['commit-message-install getJsonFromGit returns undefined without valid block 1'] = {
+ "platform": "win32",
+ "branch": "some-branch"
+}
0 commit comments