Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Nov 4, 2022
1 parent 7cf8265 commit abfe588
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions test/__snapshots__/git.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

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

exports[`git > 42 > commitEntry > with numberic date 1`] = `
"commit be4abdd39321ad7d3fe01ffce404f4d6db0906bd
Author: Gregg Conn <Eladio.Wiza@gmail.com>
Date: Tue Dec 31 2019 13:03:15 GMT+0000 (Coordinated Universal Time)
    bypass neural pixel
"
`;

exports[`git > 42 > commitEntry > with only Date refDate 1`] = `
"commit be4abdd39321ad7d3fe01ffce404f4d6db0906bd
Author: Gregg Conn <Eladio.Wiza@gmail.com>
Expand All @@ -20,7 +11,7 @@ Date: Tue Dec 31 2019 13:03:15 GMT+0000 (Coordinated Universal Time)
"
`;

exports[`git > 42 > commitEntry > with only string refDate 1`] = `
exports[`git > 42 > commitEntry > with only numberic refDate 1`] = `
"commit be4abdd39321ad7d3fe01ffce404f4d6db0906bd
Author: Gregg Conn <Eladio.Wiza@gmail.com>
Date: Tue Dec 31 2019 13:03:15 GMT+0000 (Coordinated Universal Time)
Expand All @@ -29,7 +20,7 @@ Date: Tue Dec 31 2019 13:03:15 GMT+0000 (Coordinated Universal Time)
"
`;

exports[`git > 42 > commitEntry > with value 1`] = `
exports[`git > 42 > commitEntry > with only string refDate 1`] = `
"commit be4abdd39321ad7d3fe01ffce404f4d6db0906bd
Author: Gregg Conn <Eladio.Wiza@gmail.com>
Date: Tue Dec 31 2019 13:03:15 GMT+0000 (Coordinated Universal Time)
Expand All @@ -46,15 +37,6 @@ exports[`git > 42 > shortSha 1`] = `"8be4abd"`;

exports[`git > 1211 > branch 1`] = `"capacitor-connect"`;

exports[`git > 1211 > commitEntry > with numberic date 1`] = `
"commit adb42f0e3f4a973fab0aeefce96dfcf49cd438df
Author: Imani Runolfsson <Gracie.Gutmann53@gmail.com>
Date: Tue Dec 31 2019 13:53:17 GMT+0000 (Coordinated Universal Time)
    parse back-end program
"
`;

exports[`git > 1211 > commitEntry > with only Date refDate 1`] = `
"commit adb42f0e3f4a973fab0aeefce96dfcf49cd438df
Author: Imani Runolfsson <Gracie.Gutmann53@gmail.com>
Expand All @@ -64,7 +46,7 @@ Date: Tue Dec 31 2019 13:53:17 GMT+0000 (Coordinated Universal Time)
"
`;

exports[`git > 1211 > commitEntry > with only string refDate 1`] = `
exports[`git > 1211 > commitEntry > with only numberic refDate 1`] = `
"commit adb42f0e3f4a973fab0aeefce96dfcf49cd438df
Author: Imani Runolfsson <Gracie.Gutmann53@gmail.com>
Date: Tue Dec 31 2019 13:53:17 GMT+0000 (Coordinated Universal Time)
Expand All @@ -73,7 +55,7 @@ Date: Tue Dec 31 2019 13:53:17 GMT+0000 (Coordinated Universal Time)
"
`;

exports[`git > 1211 > commitEntry > with value 1`] = `
exports[`git > 1211 > commitEntry > with only string refDate 1`] = `
"commit adb42f0e3f4a973fab0aeefce96dfcf49cd438df
Author: Imani Runolfsson <Gracie.Gutmann53@gmail.com>
Date: Tue Dec 31 2019 13:53:17 GMT+0000 (Coordinated Universal Time)
Expand All @@ -90,15 +72,6 @@ exports[`git > 1211 > shortSha 1`] = `"eadb42f"`;

exports[`git > 1337 > branch 1`] = `"port-quantify"`;

exports[`git > 1337 > commitEntry > with numberic date 1`] = `
"commit c346ba075bd57f5a62b82d72af39cbbb07a98cba
Author: Friedrich Dibbert <Edward.Stracke49@yahoo.com>
Date: Tue Dec 31 2019 13:25:40 GMT+0000 (Coordinated Universal Time)
    override back-end interface
"
`;

exports[`git > 1337 > commitEntry > with only Date refDate 1`] = `
"commit c346ba075bd57f5a62b82d72af39cbbb07a98cba
Author: Friedrich Dibbert <Edward.Stracke49@yahoo.com>
Expand All @@ -108,7 +81,7 @@ Date: Tue Dec 31 2019 13:25:40 GMT+0000 (Coordinated Universal Time)
"
`;

exports[`git > 1337 > commitEntry > with only string refDate 1`] = `
exports[`git > 1337 > commitEntry > with only numberic refDate 1`] = `
"commit c346ba075bd57f5a62b82d72af39cbbb07a98cba
Author: Friedrich Dibbert <Edward.Stracke49@yahoo.com>
Date: Tue Dec 31 2019 13:25:40 GMT+0000 (Coordinated Universal Time)
Expand All @@ -117,7 +90,7 @@ Date: Tue Dec 31 2019 13:25:40 GMT+0000 (Coordinated Universal Time)
"
`;

exports[`git > 1337 > commitEntry > with value 1`] = `
exports[`git > 1337 > commitEntry > with only string refDate 1`] = `
"commit c346ba075bd57f5a62b82d72af39cbbb07a98cba
Author: Friedrich Dibbert <Edward.Stracke49@yahoo.com>
Date: Tue Dec 31 2019 13:25:40 GMT+0000 (Coordinated Universal Time)
Expand Down

0 comments on commit abfe588

Please sign in to comment.