aboutsummaryrefslogtreecommitdiff
path: root/test/modules/__snapshots__/git.spec.ts.snap
blob: ae0ec1410fb4573f7a2e055f2505704884fd734f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`git > 42 > branch 1`] = `"driver-transmit"`;

exports[`git > 42 > commitDate > with only Date refDate 1`] = `"Tue Dec 31 08:59:19 2019 +1100"`;

exports[`git > 42 > commitDate > with only number refDate 1`] = `"Tue Dec 31 08:59:19 2019 +1100"`;

exports[`git > 42 > commitDate > with only string refDate 1`] = `"Tue Dec 31 08:59:19 2019 +1100"`;

exports[`git > 42 > commitEntry > with only Date refDate 1`] = `
"commit ead331ddf0fc4446b96d368ab4bd1d31efb62f92
Author: Jerome Vandervort <[email protected]>
Date: Tue Dec 31 14:20:57 2019 +1100

    bypass bluetooth application
"
`;

exports[`git > 42 > commitEntry > with only number refDate 1`] = `
"commit ead331ddf0fc4446b96d368ab4bd1d31efb62f92
Author: Jerome Vandervort <[email protected]>
Date: Tue Dec 31 14:20:57 2019 +1100

    bypass bluetooth application
"
`;

exports[`git > 42 > commitEntry > with only string refDate 1`] = `
"commit ead331ddf0fc4446b96d368ab4bd1d31efb62f92
Author: Jerome Vandervort <[email protected]>
Date: Tue Dec 31 14:20:57 2019 +1100

    bypass bluetooth application
"
`;

exports[`git > 42 > commitMessage 1`] = `"generate wireless pixel"`;

exports[`git > 42 > commitSha > noArgs 1`] = `"8ead331ddf0fc4446b96d368ab4bd1d31efb62f9"`;

exports[`git > 42 > commitSha > with length 7 1`] = `"8ead331"`;

exports[`git > 42 > commitSha > with length 8 1`] = `"8ead331d"`;

exports[`git > 1211 > branch 1`] = `"system-synthesize"`;

exports[`git > 1211 > commitDate > with only Date refDate 1`] = `"Tue Dec 31 22:17:03 2019 +1000"`;

exports[`git > 1211 > commitDate > with only number refDate 1`] = `"Tue Dec 31 22:17:03 2019 +1000"`;

exports[`git > 1211 > commitDate > with only string refDate 1`] = `"Tue Dec 31 22:17:03 2019 +1000"`;

exports[`git > 1211 > commitEntry > with only Date refDate 1`] = `
"commit d4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3fa
Author: Deion Durgan <[email protected]>
Date: Tue Dec 31 11:08:15 2019 -0600

    override solid state array
"
`;

exports[`git > 1211 > commitEntry > with only number refDate 1`] = `
"commit d4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3fa
Author: Deion Durgan <[email protected]>
Date: Tue Dec 31 11:08:15 2019 -0600

    override solid state array
"
`;

exports[`git > 1211 > commitEntry > with only string refDate 1`] = `
"commit d4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3fa
Author: Deion Durgan <[email protected]>
Date: Tue Dec 31 11:08:15 2019 -0600

    override solid state array
"
`;

exports[`git > 1211 > commitMessage 1`] = `"synthesize virtual capacitor"`;

exports[`git > 1211 > commitSha > noArgs 1`] = `"ed4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3f"`;

exports[`git > 1211 > commitSha > with length 7 1`] = `"ed4fefa"`;

exports[`git > 1211 > commitSha > with length 8 1`] = `"ed4fefa7"`;

exports[`git > 1337 > branch 1`] = `"card-calculate"`;

exports[`git > 1337 > commitDate > with only Date refDate 1`] = `"Tue Dec 31 06:17:18 2019 -0800"`;

exports[`git > 1337 > commitDate > with only number refDate 1`] = `"Tue Dec 31 06:17:18 2019 -0800"`;

exports[`git > 1337 > commitDate > with only string refDate 1`] = `"Tue Dec 31 06:17:18 2019 -0800"`;

exports[`git > 1337 > commitEntry > with only Date refDate 1`] = `
"commit 36a7b5fa28d2f9bb79ca46ea394bc4f9bb0af328
Author: Matt_Hills <[email protected]>
Date: Tue Dec 31 00:20:42 2019 -0900

    synthesize wireless hard drive
"
`;

exports[`git > 1337 > commitEntry > with only number refDate 1`] = `
"commit 36a7b5fa28d2f9bb79ca46ea394bc4f9bb0af328
Author: Matt_Hills <[email protected]>
Date: Tue Dec 31 00:20:42 2019 -0900

    synthesize wireless hard drive
"
`;

exports[`git > 1337 > commitEntry > with only string refDate 1`] = `
"commit 36a7b5fa28d2f9bb79ca46ea394bc4f9bb0af328
Author: Matt_Hills <[email protected]>
Date: Tue Dec 31 00:20:42 2019 -0900

    synthesize wireless hard drive
"
`;

exports[`git > 1337 > commitMessage 1`] = `"connect back-end card"`;

exports[`git > 1337 > commitSha > noArgs 1`] = `"536a7b5fa28d2f9bb79ca46ea394bc4f9bb0af32"`;

exports[`git > 1337 > commitSha > with length 7 1`] = `"536a7b5"`;

exports[`git > 1337 > commitSha > with length 8 1`] = `"536a7b5f"`;