diff options
| author | DivisionByZero <[email protected]> | 2024-05-14 13:40:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-14 13:40:53 +0200 |
| commit | 5ba44bc4a62b708b86cd50cda74977bc3b697240 (patch) | |
| tree | c594248e109238987f1d68ca64b6cbd52dd03143 /test/modules | |
| parent | b27e1a8d4d0402553f6c5b0170bc371adc8f73f3 (diff) | |
| download | faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.tar.xz faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.zip | |
refactor(locale): normalize company data (#2889)
Diffstat (limited to 'test/modules')
| -rw-r--r-- | test/modules/__snapshots__/company.spec.ts.snap | 36 | ||||
| -rw-r--r-- | test/modules/__snapshots__/finance.spec.ts.snap | 2 |
2 files changed, 19 insertions, 19 deletions
diff --git a/test/modules/__snapshots__/company.spec.ts.snap b/test/modules/__snapshots__/company.spec.ts.snap index 26f482c3..2f942bf7 100644 --- a/test/modules/__snapshots__/company.spec.ts.snap +++ b/test/modules/__snapshots__/company.spec.ts.snap @@ -1,12 +1,12 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`company > 42 > buzzAdjective 1`] = `"dynamic"`; +exports[`company > 42 > buzzAdjective 1`] = `"front-end"`; -exports[`company > 42 > buzzNoun 1`] = `"technologies"`; +exports[`company > 42 > buzzNoun 1`] = `"eyeballs"`; -exports[`company > 42 > buzzPhrase 1`] = `"seize collaborative schemas"`; +exports[`company > 42 > buzzPhrase 1`] = `"generate visionary platforms"`; -exports[`company > 42 > buzzVerb 1`] = `"seize"`; +exports[`company > 42 > buzzVerb 1`] = `"generate"`; exports[`company > 42 > catchPhrase 1`] = `"Implemented web-enabled policy"`; @@ -14,19 +14,19 @@ exports[`company > 42 > catchPhraseAdjective 1`] = `"Implemented"`; exports[`company > 42 > catchPhraseDescriptor 1`] = `"explicit"`; -exports[`company > 42 > catchPhraseNoun 1`] = `"framework"`; +exports[`company > 42 > catchPhraseNoun 1`] = `"forecast"`; -exports[`company > 42 > name 1`] = `"Wiegand - Reynolds"`; +exports[`company > 42 > name 1`] = `"Wiegand LLC"`; -exports[`company > 1211 > buzzAdjective 1`] = `"plug-and-play"`; +exports[`company > 1211 > buzzAdjective 1`] = `"virtual"`; -exports[`company > 1211 > buzzNoun 1`] = `"methodologies"`; +exports[`company > 1211 > buzzNoun 1`] = `"technologies"`; -exports[`company > 1211 > buzzPhrase 1`] = `"cultivate customized communities"`; +exports[`company > 1211 > buzzPhrase 1`] = `"transition vertical convergence"`; -exports[`company > 1211 > buzzVerb 1`] = `"cultivate"`; +exports[`company > 1211 > buzzVerb 1`] = `"transition"`; -exports[`company > 1211 > catchPhrase 1`] = `"Up-sized tertiary contingency"`; +exports[`company > 1211 > catchPhrase 1`] = `"Up-sized tertiary concept"`; exports[`company > 1211 > catchPhraseAdjective 1`] = `"Up-sized"`; @@ -36,20 +36,20 @@ exports[`company > 1211 > catchPhraseNoun 1`] = `"system engine"`; exports[`company > 1211 > name 1`] = `"Trantow, Fahey and Zieme"`; -exports[`company > 1337 > buzzAdjective 1`] = `"global"`; +exports[`company > 1337 > buzzAdjective 1`] = `"dynamic"`; -exports[`company > 1337 > buzzNoun 1`] = `"ROI"`; +exports[`company > 1337 > buzzNoun 1`] = `"deliverables"`; -exports[`company > 1337 > buzzPhrase 1`] = `"incentivize strategic solutions"`; +exports[`company > 1337 > buzzPhrase 1`] = `"enhance compelling e-business"`; -exports[`company > 1337 > buzzVerb 1`] = `"incentivize"`; +exports[`company > 1337 > buzzVerb 1`] = `"enhance"`; -exports[`company > 1337 > catchPhrase 1`] = `"Expanded clear-thinking definition"`; +exports[`company > 1337 > catchPhrase 1`] = `"Expanded clear-thinking data-warehouse"`; exports[`company > 1337 > catchPhraseAdjective 1`] = `"Expanded"`; exports[`company > 1337 > catchPhraseDescriptor 1`] = `"demand-driven"`; -exports[`company > 1337 > catchPhraseNoun 1`] = `"data-warehouse"`; +exports[`company > 1337 > catchPhraseNoun 1`] = `"customer loyalty"`; -exports[`company > 1337 > name 1`] = `"Cronin and Sons"`; +exports[`company > 1337 > name 1`] = `"Cronin - Gottlieb"`; diff --git a/test/modules/__snapshots__/finance.spec.ts.snap b/test/modules/__snapshots__/finance.spec.ts.snap index 30e1f66a..bf62bcd7 100644 --- a/test/modules/__snapshots__/finance.spec.ts.snap +++ b/test/modules/__snapshots__/finance.spec.ts.snap @@ -248,6 +248,6 @@ exports[`finance > 1337 > pin > with length option 1`] = `"2124352971"`; exports[`finance > 1337 > routingNumber 1`] = `"212435298"`; -exports[`finance > 1337 > transactionDescription 1`] = `"withdrawal transaction at Gottlieb and Sons using card ending with ***(...9477) for HUF 262.02 in account ***52971361"`; +exports[`finance > 1337 > transactionDescription 1`] = `"withdrawal transaction at Gottlieb - Koelpin using card ending with ***(...9477) for HUF 262.02 in account ***52971361"`; exports[`finance > 1337 > transactionType 1`] = `"withdrawal"`; |
