aboutsummaryrefslogtreecommitdiff
path: root/test/modules/__snapshots__
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/__snapshots__')
-rw-r--r--test/modules/__snapshots__/git.spec.ts.snap18
-rw-r--r--test/modules/__snapshots__/internet.spec.ts.snap88
-rw-r--r--test/modules/__snapshots__/person.spec.ts.snap2
3 files changed, 54 insertions, 54 deletions
diff --git a/test/modules/__snapshots__/git.spec.ts.snap b/test/modules/__snapshots__/git.spec.ts.snap
index 7ffa380e..ae0ec141 100644
--- a/test/modules/__snapshots__/git.spec.ts.snap
+++ b/test/modules/__snapshots__/git.spec.ts.snap
@@ -10,7 +10,7 @@ exports[`git > 42 > commitDate > with only string refDate 1`] = `"Tue Dec 31 08:
exports[`git > 42 > commitEntry > with only Date refDate 1`] = `
"commit ead331ddf0fc4446b96d368ab4bd1d31efb62f92
-Author: Jerome Vandervort <[email protected]>
+Author: Jerome Vandervort <[email protected]>
Date: Tue Dec 31 14:20:57 2019 +1100
    bypass bluetooth application
@@ -19,7 +19,7 @@ Date: Tue Dec 31 14:20:57 2019 +1100
exports[`git > 42 > commitEntry > with only number refDate 1`] = `
"commit ead331ddf0fc4446b96d368ab4bd1d31efb62f92
-Author: Jerome Vandervort <[email protected]>
+Author: Jerome Vandervort <[email protected]>
Date: Tue Dec 31 14:20:57 2019 +1100
    bypass bluetooth application
@@ -28,7 +28,7 @@ Date: Tue Dec 31 14:20:57 2019 +1100
exports[`git > 42 > commitEntry > with only string refDate 1`] = `
"commit ead331ddf0fc4446b96d368ab4bd1d31efb62f92
-Author: Jerome Vandervort <[email protected]>
+Author: Jerome Vandervort <[email protected]>
Date: Tue Dec 31 14:20:57 2019 +1100
    bypass bluetooth application
@@ -53,7 +53,7 @@ exports[`git > 1211 > commitDate > with only string refDate 1`] = `"Tue Dec 31 2
exports[`git > 1211 > commitEntry > with only Date refDate 1`] = `
"commit d4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3fa
-Author: Deion Durgan <[email protected]>
+Author: Deion Durgan <[email protected]>
Date: Tue Dec 31 11:08:15 2019 -0600
    override solid state array
@@ -62,7 +62,7 @@ Date: Tue Dec 31 11:08:15 2019 -0600
exports[`git > 1211 > commitEntry > with only number refDate 1`] = `
"commit d4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3fa
-Author: Deion Durgan <[email protected]>
+Author: Deion Durgan <[email protected]>
Date: Tue Dec 31 11:08:15 2019 -0600
    override solid state array
@@ -71,7 +71,7 @@ Date: Tue Dec 31 11:08:15 2019 -0600
exports[`git > 1211 > commitEntry > with only string refDate 1`] = `
"commit d4fefa7fbaec9dc4c48fa8ebf46fb7c8563cf3fa
-Author: Deion Durgan <[email protected]>
+Author: Deion Durgan <[email protected]>
Date: Tue Dec 31 11:08:15 2019 -0600
    override solid state array
@@ -96,7 +96,7 @@ exports[`git > 1337 > commitDate > with only string refDate 1`] = `"Tue Dec 31 0
exports[`git > 1337 > commitEntry > with only Date refDate 1`] = `
"commit 36a7b5fa28d2f9bb79ca46ea394bc4f9bb0af328
-Author: Matt_Hills <[email protected]>
+Author: Matt_Hills <[email protected]>
Date: Tue Dec 31 00:20:42 2019 -0900
    synthesize wireless hard drive
@@ -105,7 +105,7 @@ Date: Tue Dec 31 00:20:42 2019 -0900
exports[`git > 1337 > commitEntry > with only number refDate 1`] = `
"commit 36a7b5fa28d2f9bb79ca46ea394bc4f9bb0af328
-Author: Matt_Hills <[email protected]>
+Author: Matt_Hills <[email protected]>
Date: Tue Dec 31 00:20:42 2019 -0900
    synthesize wireless hard drive
@@ -114,7 +114,7 @@ Date: Tue Dec 31 00:20:42 2019 -0900
exports[`git > 1337 > commitEntry > with only string refDate 1`] = `
"commit 36a7b5fa28d2f9bb79ca46ea394bc4f9bb0af328
-Author: Matt_Hills <[email protected]>
+Author: Matt_Hills <[email protected]>
Date: Tue Dec 31 00:20:42 2019 -0900
    synthesize wireless hard drive
diff --git a/test/modules/__snapshots__/internet.spec.ts.snap b/test/modules/__snapshots__/internet.spec.ts.snap
index 3389a20e..53aaa5b4 100644
--- a/test/modules/__snapshots__/internet.spec.ts.snap
+++ b/test/modules/__snapshots__/internet.spec.ts.snap
@@ -32,31 +32,31 @@ exports[`internet > 42 > domainSuffix 1`] = `"info"`;
exports[`internet > 42 > domainWord 1`] = `"hospitable-unit"`;
-exports[`internet > 42 > email > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 42 > email > noArgs 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with all options 1`] = `"[email protected]"`;
-exports[`internet > 42 > email > with allowSpecialCharacters option 1`] = `"[email protected]"`;
+exports[`internet > 42 > email > with allowSpecialCharacters option 1`] = `"[email protected]"`;
-exports[`internet > 42 > email > with firstName option 1`] = `"[email protected]"`;
+exports[`internet > 42 > email > with firstName option 1`] = `"[email protected]"`;
-exports[`internet > 42 > email > with lastName option 1`] = `"[email protected]"`;
+exports[`internet > 42 > email > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with provider option 1`] = `"[email protected]"`;
-exports[`internet > 42 > emoji > noArgs 1`] = `"🌾"`;
+exports[`internet > 42 > emoji > noArgs 1`] = `"🦮"`;
-exports[`internet > 42 > emoji > with options 1`] = `"🦔"`;
+exports[`internet > 42 > emoji > with options 1`] = `"🐟"`;
-exports[`internet > 42 > exampleEmail > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 42 > exampleEmail > noArgs 1`] = `"[email protected]"`;
-exports[`internet > 42 > exampleEmail > with all options 1`] = `"[email protected]"`;
+exports[`internet > 42 > exampleEmail > with all options 1`] = `"[email protected]"`;
-exports[`internet > 42 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
+exports[`internet > 42 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
-exports[`internet > 42 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
+exports[`internet > 42 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
-exports[`internet > 42 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
+exports[`internet > 42 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 42 > httpMethod 1`] = `"POST"`;
@@ -80,7 +80,7 @@ exports[`internet > 42 > jwt > with custom header 1`] = `"eyJhbGciOiJFUzI1NiJ9.e
exports[`internet > 42 > jwt > with custom payload 1`] = `"eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJpc3MiOiJBY21lIn0.JB993RBH1YPdbbiwqiB8imsMcvA2Ba4WXOi6Gr7u2UgFjwxbYMWTBV5c2kogPmhx"`;
-exports[`internet > 42 > jwtAlgorithm 1`] = `"RS384"`;
+exports[`internet > 42 > jwtAlgorithm 1`] = `"HS384"`;
exports[`internet > 42 > mac > noArgs 1`] = `"5f:b9:22:0d:9b:0f"`;
@@ -170,37 +170,37 @@ exports[`internet > 1211 > displayName > with firstName option 1`] = `"Jane.Tran
exports[`internet > 1211 > displayName > with lastName option 1`] = `"Tito_Doe22"`;
-exports[`internet > 1211 > domainName 1`] = `"velvety-tarragon.biz"`;
+exports[`internet > 1211 > domainName 1`] = `"velvety-tarragon.com"`;
exports[`internet > 1211 > domainSuffix 1`] = `"org"`;
exports[`internet > 1211 > domainWord 1`] = `"velvety-tarragon"`;
-exports[`internet > 1211 > email > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 1211 > email > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with all options 1`] = `"[email protected]"`;
-exports[`internet > 1211 > email > with allowSpecialCharacters option 1`] = `"[email protected]"`;
+exports[`internet > 1211 > email > with allowSpecialCharacters option 1`] = `"[email protected]"`;
-exports[`internet > 1211 > email > with firstName option 1`] = `"[email protected]"`;
+exports[`internet > 1211 > email > with firstName option 1`] = `"[email protected]"`;
-exports[`internet > 1211 > email > with lastName option 1`] = `"[email protected]"`;
+exports[`internet > 1211 > email > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with provider option 1`] = `"[email protected]"`;
-exports[`internet > 1211 > emoji > noArgs 1`] = `"🇹🇳"`;
+exports[`internet > 1211 > emoji > noArgs 1`] = `"🇺🇬"`;
-exports[`internet > 1211 > emoji > with options 1`] = `"🌲"`;
+exports[`internet > 1211 > emoji > with options 1`] = `"🦩"`;
-exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"[email protected]"`;
-exports[`internet > 1211 > exampleEmail > with all options 1`] = `"[email protected]"`;
+exports[`internet > 1211 > exampleEmail > with all options 1`] = `"[email protected]"`;
-exports[`internet > 1211 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
+exports[`internet > 1211 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
-exports[`internet > 1211 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
+exports[`internet > 1211 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
-exports[`internet > 1211 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
+exports[`internet > 1211 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 1211 > httpMethod 1`] = `"PATCH"`;
@@ -218,11 +218,11 @@ exports[`internet > 1211 > ipv4 > with network 1`] = `"238.219.55.242"`;
exports[`internet > 1211 > ipv6 1`] = `"ed4f:efa7:fbae:c9dc:4c48:fa8e:bf46:fb7c"`;
-exports[`internet > 1211 > jwt > noArgs 1`] = `"eyJhbGciOiJQUzUxMiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1Nzc4MzA2MjMsImV4cCI6MTU3Nzg1MDExMywibmJmIjoxNjA5MTk5Nzk2LCJpc3MiOiJQYXVjZWssIFJ1bm9sZnNkb3R0aXIgYW5kIEhlcm1hbm4iLCJzdWIiOiJiZGNhZDZkZC0zOTM1LTRmYzYtOGU4Zi0zNGI4NWQ2NDQyOGIiLCJhdWQiOiJiNzM2M2Q5Ny0wYjJiLTQ0YzgtYjczOS1kMWQ3Njc5YzhlZmQiLCJqdGkiOiIzYmQ1ZTA4Yy03MTQyLTQ0M2UtYWY2My05OTk5ZGFkY2RlODUifQ.rlPcW5f2VqUAXZlCKU8wGJfPV9H4qDj1eeVBExFATrtOy1ztr5Cp9avVZNMtsWSD"`;
+exports[`internet > 1211 > jwt > noArgs 1`] = `"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1Nzc4MzA2MjMsImV4cCI6MTU3Nzg1MDExMywibmJmIjoxNjA5MTk5Nzk2LCJpc3MiOiJQYXVjZWssIFJ1bm9sZnNkb3R0aXIgYW5kIEhlcm1hbm4iLCJzdWIiOiJiZGNhZDZkZC0zOTM1LTRmYzYtOGU4Zi0zNGI4NWQ2NDQyOGIiLCJhdWQiOiJiNzM2M2Q5Ny0wYjJiLTQ0YzgtYjczOS1kMWQ3Njc5YzhlZmQiLCJqdGkiOiIzYmQ1ZTA4Yy03MTQyLTQ0M2UtYWY2My05OTk5ZGFkY2RlODUifQ.rlPcW5f2VqUAXZlCKU8wGJfPV9H4qDj1eeVBExFATrtOy1ztr5Cp9avVZNMtsWSD"`;
exports[`internet > 1211 > jwt > with custom header 1`] = `"eyJhbGciOiJFUzI1NiJ9.eyJpYXQiOjE1Nzc4MzA2MjMsImV4cCI6MTU3NzkwNzgxOSwibmJmIjoxNTYwNTI3OTk5LCJpc3MiOiJPc2luc2tpLCBQYXVjZWsgYW5kIFJ1bm9sZnNkb3R0aXIiLCJzdWIiOiI1YmRjYWQ2ZC1kMzkzLTQ1ZmMtYTZlOC1mMzRiODVkNjQ0MjgiLCJhdWQiOiIyYjczNjNkOS03MGIyLTRiNGMtYjg3My05ZDFkNzY3OWM4ZWYiLCJqdGkiOiJkM2JkNWUwOC1jNzE0LTQyNDMtOWVmNi0zOTk5OWRhZGNkZTgifQ.xrlPcW5f2VqUAXZlCKU8wGJfPV9H4qDj1eeVBExFATrtOy1ztr5Cp9avVZNMtsWS"`;
-exports[`internet > 1211 > jwt > with custom payload 1`] = `"eyJhbGciOiJQUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBY21lIn0.dZFGLlHOLEPqRRdAcmZLoWxYdiHwlQngjayH8HufpcQzt2HbHhMvsdBS6QsntzOx"`;
+exports[`internet > 1211 > jwt > with custom payload 1`] = `"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBY21lIn0.dZFGLlHOLEPqRRdAcmZLoWxYdiHwlQngjayH8HufpcQzt2HbHhMvsdBS6QsntzOx"`;
exports[`internet > 1211 > jwtAlgorithm 1`] = `"none"`;
@@ -250,11 +250,11 @@ exports[`internet > 1211 > protocol 1`] = `"https"`;
exports[`internet > 1211 > url > noArgs 1`] = `"https://unknown-decongestant.org"`;
-exports[`internet > 1211 > url > with slash appended 1`] = `"https://velvety-tarragon.biz/"`;
+exports[`internet > 1211 > url > with slash appended 1`] = `"https://velvety-tarragon.com/"`;
-exports[`internet > 1211 > url > without slash appended and with http protocol 1`] = `"http://velvety-tarragon.biz"`;
+exports[`internet > 1211 > url > without slash appended and with http protocol 1`] = `"http://velvety-tarragon.com"`;
-exports[`internet > 1211 > userAgent 1`] = `"Mozilla/5.0 (Linux; Android 13; SM-G998B) AppleWebKit/605.67 (KHTML, like Gecko) Chrome/107.7.7.14 Mobile Safari/592.76"`;
+exports[`internet > 1211 > userAgent 1`] = `"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.67.68 (KHTML, like Gecko) Version/16_1 Mobile/15E148 Safari/584.81"`;
exports[`internet > 1211 > userName > noArgs 1`] = `"Tito67"`;
@@ -314,9 +314,9 @@ exports[`internet > 1337 > displayName > with firstName option 1`] = `"Jane45"`;
exports[`internet > 1337 > displayName > with lastName option 1`] = `"Devyn.Doe"`;
-exports[`internet > 1337 > domainName 1`] = `"fatal-co-producer.biz"`;
+exports[`internet > 1337 > domainName 1`] = `"fatal-co-producer.com"`;
-exports[`internet > 1337 > domainSuffix 1`] = `"biz"`;
+exports[`internet > 1337 > domainSuffix 1`] = `"com"`;
exports[`internet > 1337 > domainWord 1`] = `"fatal-co-producer"`;
@@ -332,19 +332,19 @@ exports[`internet > 1337 > email > with lastName option 1`] = `"Carmella.Doe45@g
exports[`internet > 1337 > email > with provider option 1`] = `"[email protected]"`;
-exports[`internet > 1337 > emoji > noArgs 1`] = `"🧏🏾‍♂️"`;
+exports[`internet > 1337 > emoji > noArgs 1`] = `"👩‍🎤"`;
-exports[`internet > 1337 > emoji > with options 1`] = `"🐪"`;
+exports[`internet > 1337 > emoji > with options 1`] = `"🐐"`;
-exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"[email protected]"`;
-exports[`internet > 1337 > exampleEmail > with all options 1`] = `"Jane/[email protected]"`;
+exports[`internet > 1337 > exampleEmail > with all options 1`] = `"Jane/[email protected]"`;
-exports[`internet > 1337 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
+exports[`internet > 1337 > exampleEmail > with allowSpecialCharacters option 1`] = `"[email protected]"`;
-exports[`internet > 1337 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
+exports[`internet > 1337 > exampleEmail > with firstName option 1`] = `"[email protected]"`;
-exports[`internet > 1337 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
+exports[`internet > 1337 > exampleEmail > with lastName option 1`] = `"[email protected]"`;
exports[`internet > 1337 > httpMethod 1`] = `"POST"`;
@@ -362,13 +362,13 @@ exports[`internet > 1337 > ipv4 > with network 1`] = `"228.49.64.201"`;
exports[`internet > 1337 > ipv6 1`] = `"536a:7b5f:a28d:2f9b:b79c:a46e:a394:bc4f"`;
-exports[`internet > 1337 > jwt > noArgs 1`] = `"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1Nzc3NzMwMzksImV4cCI6MTU3Nzc5NzA3MCwibmJmIjoxNTc1MjcwODM1LCJpc3MiOiJMZWFubm9uIC0gR2lic29uIiwic3ViIjoiZmIxNmEyZjctY2M1Ni00OWMzLWI0YTctMjYzOGQyZjY4ODBiIiwiYXVkIjoiMjI1YjA1MGMtNWI3Zi00ZDk5LThmNDAtMWZmNzViMGNhM2FlIiwianRpIjoiZTViNDgyNzctNmM3Yi00YzVlLThiZTYtN2VhODNmOGMzNjY4In0.G1eJVCpQZioHm1lu2UIL52g7eGtWAbbkq4D3IE0LkMkzaQgKyTx14Xs9FCyUTgIu"`;
+exports[`internet > 1337 > jwt > noArgs 1`] = `"eyJhbGciOiJFUzUxMiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1Nzc3NzMwMzksImV4cCI6MTU3Nzc5NzA3MCwibmJmIjoxNTc1MjcwODM1LCJpc3MiOiJMZWFubm9uIC0gR2lic29uIiwic3ViIjoiZmIxNmEyZjctY2M1Ni00OWMzLWI0YTctMjYzOGQyZjY4ODBiIiwiYXVkIjoiMjI1YjA1MGMtNWI3Zi00ZDk5LThmNDAtMWZmNzViMGNhM2FlIiwianRpIjoiZTViNDgyNzctNmM3Yi00YzVlLThiZTYtN2VhODNmOGMzNjY4In0.G1eJVCpQZioHm1lu2UIL52g7eGtWAbbkq4D3IE0LkMkzaQgKyTx14Xs9FCyUTgIu"`;
exports[`internet > 1337 > jwt > with custom header 1`] = `"eyJhbGciOiJFUzI1NiJ9.eyJpYXQiOjE1Nzc3NzMwMzksImV4cCI6MTU3Nzc4Njc1MCwibmJmIjoxNTYzODQyNzk2LCJpc3MiOiJIYW1tZXMgTExDIiwic3ViIjoiNGZiMTZhMmYtN2NjNS00NjljLWEzNGEtNzI2MzhkMmY2ODgwIiwiYXVkIjoiZjIyNWIwNTAtYzViNy00ZmQ5LWI5ZjQtMDFmZjc1YjBjYTNhIiwianRpIjoiMmU1YjQ4MjctNzZjNy00YmM1LWFlYmUtNjdlYTgzZjhjMzY2In0.7G1eJVCpQZioHm1lu2UIL52g7eGtWAbbkq4D3IE0LkMkzaQgKyTx14Xs9FCyUTgI"`;
-exports[`internet > 1337 > jwt > with custom payload 1`] = `"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBY21lIn0.hsjwgYJ7nC7YrMNmpALbhFubpcwPbXqvv0JZa7nG0m3MlHuYPBzZf05WYulI0LFb"`;
+exports[`internet > 1337 > jwt > with custom payload 1`] = `"eyJhbGciOiJFUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJBY21lIn0.hsjwgYJ7nC7YrMNmpALbhFubpcwPbXqvv0JZa7nG0m3MlHuYPBzZf05WYulI0LFb"`;
-exports[`internet > 1337 > jwtAlgorithm 1`] = `"RS256"`;
+exports[`internet > 1337 > jwtAlgorithm 1`] = `"HS256"`;
exports[`internet > 1337 > mac > noArgs 1`] = `"42:47:58:4f:b1:6a"`;
@@ -394,11 +394,11 @@ exports[`internet > 1337 > protocol 1`] = `"http"`;
exports[`internet > 1337 > url > noArgs 1`] = `"https://cumbersome-duster.info/"`;
-exports[`internet > 1337 > url > with slash appended 1`] = `"https://fatal-co-producer.biz/"`;
+exports[`internet > 1337 > url > with slash appended 1`] = `"https://fatal-co-producer.com/"`;
-exports[`internet > 1337 > url > without slash appended and with http protocol 1`] = `"http://fatal-co-producer.biz"`;
+exports[`internet > 1337 > url > without slash appended and with http protocol 1`] = `"http://fatal-co-producer.com"`;
-exports[`internet > 1337 > userAgent 1`] = `"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/547.27.45 (KHTML, like Gecko) Version/16.1 Safari/558.51.26"`;
+exports[`internet > 1337 > userAgent 1`] = `"Mozilla/5.0 (Linux; Android 6; SM-G998B) AppleWebKit/568.32 (KHTML, like Gecko) Chrome/94.2.20.15 Mobile Safari/544.38"`;
exports[`internet > 1337 > userName > noArgs 1`] = `"Devyn.Gottlieb"`;
diff --git a/test/modules/__snapshots__/person.spec.ts.snap b/test/modules/__snapshots__/person.spec.ts.snap
index 45d89c22..ef144a35 100644
--- a/test/modules/__snapshots__/person.spec.ts.snap
+++ b/test/modules/__snapshots__/person.spec.ts.snap
@@ -50,7 +50,7 @@ exports[`person > 42 > suffix > with sex 1`] = `"III"`;
exports[`person > 42 > zodiacSign 1`] = `"Gemini"`;
-exports[`person > 1211 > bio 1`] = `"decongestant supporter, parent 🎲"`;
+exports[`person > 1211 > bio 1`] = `"decongestant supporter, parent 🥊"`;
exports[`person > 1211 > firstName > noArgs 1`] = `"Tito"`;