Skip to content

Commit 598c63b

Browse files
committed
linting
1 parent 27cc4dd commit 598c63b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

__snapshots__/commit-message-install-spec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
61
exports['commit-message-install gets last commit message returns just the body of the commit message 1'] = `
72
message body
83
`
@@ -135,3 +130,8 @@ exports['commit-message-install getJsonBlock returns json with branch 1'] = {
135130
"foo": "bar",
136131
"branch": "test-branch"
137132
}
133+
134+
exports['commit-message-install getJsonFromGit returns undefined without valid block 1'] = {
135+
"platform": "win32",
136+
"branch": "some-branch"
137+
}

0 commit comments

Comments
 (0)