From ef6fbacfb15225b0f12fb5f6e6f382a0c3ed9915 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sat, 30 Jul 2022 20:19:59 +0200 Subject: chore: deprecate address.streetPrefix and suffix (#1053) --- test/__snapshots__/random.spec.ts.snap | 12 ++++++------ test/__snapshots__/system.spec.ts.snap | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'test') diff --git a/test/__snapshots__/random.spec.ts.snap b/test/__snapshots__/random.spec.ts.snap index b664767a..fe0e8969 100644 --- a/test/__snapshots__/random.spec.ts.snap +++ b/test/__snapshots__/random.spec.ts.snap @@ -14,11 +14,11 @@ exports[`random > 42 > numeric > noArgs 1`] = `"4"`; exports[`random > 42 > numeric > withLength 1`] = `"47917"`; -exports[`random > 42 > word 1`] = `"extend"`; +exports[`random > 42 > word 1`] = `"impactful"`; exports[`random > 42 > words > noArgs 1`] = `"mobile Fish"`; -exports[`random > 42 > words > withLength 1`] = `"extend Directives application Home Dam"`; +exports[`random > 42 > words > withLength 1`] = `"impactful Directives transmit Home initiatives"`; exports[`random > 1211 > alpha > noArgs 1`] = `"y"`; @@ -36,9 +36,9 @@ exports[`random > 1211 > numeric > withLength 1`] = `"94872"`; exports[`random > 1211 > word 1`] = `"Division"`; -exports[`random > 1211 > words > noArgs 1`] = `"Turnpike Frozen Handcrafted"`; +exports[`random > 1211 > words > noArgs 1`] = `"functionalities Frozen Baby"`; -exports[`random > 1211 > words > withLength 1`] = `"Division Forward Supervisor Peso ivory"`; +exports[`random > 1211 > words > withLength 1`] = `"Division Forward purple Supervisor Peso"`; exports[`random > 1337 > alpha > noArgs 1`] = `"g"`; @@ -54,8 +54,8 @@ exports[`random > 1337 > numeric > noArgs 1`] = `"3"`; exports[`random > 1337 > numeric > withLength 1`] = `"35122"`; -exports[`random > 1337 > word 1`] = `"leading"`; +exports[`random > 1337 > word 1`] = `"Organic"`; exports[`random > 1337 > words > noArgs 1`] = `"Delaware"`; -exports[`random > 1337 > words > withLength 1`] = `"leading black Kiribati Garden Indiana"`; +exports[`random > 1337 > words > withLength 1`] = `"Organic Bike interactive core Montenegro"`; diff --git a/test/__snapshots__/system.spec.ts.snap b/test/__snapshots__/system.spec.ts.snap index eb08bcc7..9d9a69c1 100644 --- a/test/__snapshots__/system.spec.ts.snap +++ b/test/__snapshots__/system.spec.ts.snap @@ -18,7 +18,7 @@ exports[`system > 42 > fileName > noArgs 1`] = `"mobile_fish.jxsc"`; exports[`system > 42 > fileName > with extensionCount 1`] = `"mobile_fish.jxsc.jardiff"`; -exports[`system > 42 > filePath 1`] = `"/opt/bin/directives_application_home.ptid"`; +exports[`system > 42 > filePath 1`] = `"/opt/bin/directives_transmit_home.ptid"`; exports[`system > 42 > fileType 1`] = `"image"`; @@ -28,9 +28,9 @@ exports[`system > 42 > semver 1`] = `"3.7.9"`; exports[`system > 1211 > commonFileExt 1`] = `"htm"`; -exports[`system > 1211 > commonFileName > noArgs 1`] = `"turnpike_frozen_handcrafted.mp4v"`; +exports[`system > 1211 > commonFileName > noArgs 1`] = `"functionalities_frozen_baby.m2a"`; -exports[`system > 1211 > commonFileName > with extension 1`] = `"turnpike_frozen_handcrafted.ext"`; +exports[`system > 1211 > commonFileName > with extension 1`] = `"functionalities_frozen_baby.ext"`; exports[`system > 1211 > commonFileType 1`] = `"application"`; @@ -40,11 +40,11 @@ exports[`system > 1211 > fileExt > noArgs 1`] = `"dic"`; exports[`system > 1211 > fileExt > with mimeType 1`] = `"map"`; -exports[`system > 1211 > fileName > noArgs 1`] = `"turnpike_frozen_handcrafted.heifs"`; +exports[`system > 1211 > fileName > noArgs 1`] = `"functionalities_frozen_baby.tsd"`; -exports[`system > 1211 > fileName > with extensionCount 1`] = `"turnpike_frozen_handcrafted.heifs.oth"`; +exports[`system > 1211 > fileName > with extensionCount 1`] = `"functionalities_frozen_baby.tsd.xml"`; -exports[`system > 1211 > filePath 1`] = `"/var/log/forward_supervisor.z2"`; +exports[`system > 1211 > filePath 1`] = `"/var/log/forward_purple.avi"`; exports[`system > 1211 > fileType 1`] = `"x-shader"`; @@ -90,7 +90,7 @@ exports[`system > seed: 42 > fileExt() 1`] = `"lrm"`; exports[`system > seed: 42 > fileName() 1`] = `"mobile_fish.jxsc"`; -exports[`system > seed: 42 > filePath() 1`] = `"/opt/bin/directives_application_home.ptid"`; +exports[`system > seed: 42 > filePath() 1`] = `"/opt/bin/directives_transmit_home.ptid"`; exports[`system > seed: 42 > fileType() 1`] = `"image"`; @@ -100,7 +100,7 @@ exports[`system > seed: 42 > semver() 1`] = `"3.7.9"`; exports[`system > seed: 1211 > commonFileExt() 1`] = `"htm"`; -exports[`system > seed: 1211 > commonFileName() 1`] = `"turnpike_frozen_handcrafted.mp4v"`; +exports[`system > seed: 1211 > commonFileName() 1`] = `"functionalities_frozen_baby.m2a"`; exports[`system > seed: 1211 > commonFileType() 1`] = `"application"`; @@ -108,9 +108,9 @@ exports[`system > seed: 1211 > directoryPath() 1`] = `"/var/log"`; exports[`system > seed: 1211 > fileExt() 1`] = `"dic"`; -exports[`system > seed: 1211 > fileName() 1`] = `"turnpike_frozen_handcrafted.heifs"`; +exports[`system > seed: 1211 > fileName() 1`] = `"functionalities_frozen_baby.tsd"`; -exports[`system > seed: 1211 > filePath() 1`] = `"/var/log/forward_supervisor.z2"`; +exports[`system > seed: 1211 > filePath() 1`] = `"/var/log/forward_purple.avi"`; exports[`system > seed: 1211 > fileType() 1`] = `"x-shader"`; -- cgit v1.2.3