Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed Dec 29, 2022
1 parent ed4438d commit 5405fa7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/__snapshots__/person.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Vitest Snapshot v1

exports[`person > 42 > bio 1`] = `"public speaker, traveler, designer"`;

exports[`person > 42 > firstName > noArgs 1`] = `"Garnet"`;

exports[`person > 42 > firstName > with sex 1`] = `"Glen"`;
Expand Down Expand Up @@ -48,6 +50,8 @@ exports[`person > 42 > suffix > with sex 1`] = `"III"`;

exports[`person > 42 > zodiacSign 1`] = `"Gemini"`;

exports[`person > 1211 > bio 1`] = `"infusion supporter, photographer 🙆‍♀️"`;

exports[`person > 1211 > firstName > noArgs 1`] = `"Tito"`;

exports[`person > 1211 > firstName > with sex 1`] = `"Percy"`;
Expand Down Expand Up @@ -96,6 +100,8 @@ exports[`person > 1211 > suffix > with sex 1`] = `"DVM"`;

exports[`person > 1211 > zodiacSign 1`] = `"Capricorn"`;

exports[`person > 1337 > bio 1`] = `"inventor, creator, developer"`;

exports[`person > 1337 > firstName > noArgs 1`] = `"Devyn"`;

exports[`person > 1337 > firstName > with sex 1`] = `"Ray"`;
Expand Down

0 comments on commit 5405fa7

Please sign in to comment.