diff options
| author | Matt Mayer <[email protected]> | 2024-10-18 01:59:10 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-17 18:59:10 +0000 |
| commit | 247c86f5b40916957123cb3fa1bd4356d8fa7452 (patch) | |
| tree | d884c810073dece805a6125ed954f36709e04aee /test/modules | |
| parent | 858f8d07b098418a7a2b7cb2e265eb9f4388ed3d (diff) | |
| download | faker-247c86f5b40916957123cb3fa1bd4356d8fa7452.tar.xz faker-247c86f5b40916957123cb3fa1bd4356d8fa7452.zip | |
refactor(locale): modernise buzz- and catch-phrases (#2930)
Diffstat (limited to 'test/modules')
| -rw-r--r-- | test/modules/__snapshots__/company.spec.ts.snap | 38 |
1 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 2f942bf7..7fd7de48 100644 --- a/test/modules/__snapshots__/company.spec.ts.snap +++ b/test/modules/__snapshots__/company.spec.ts.snap @@ -1,54 +1,54 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`company > 42 > buzzAdjective 1`] = `"front-end"`; +exports[`company > 42 > buzzAdjective 1`] = `"global"`; -exports[`company > 42 > buzzNoun 1`] = `"eyeballs"`; +exports[`company > 42 > buzzNoun 1`] = `"initiatives"`; -exports[`company > 42 > buzzPhrase 1`] = `"generate visionary platforms"`; +exports[`company > 42 > buzzPhrase 1`] = `"facilitate viral platforms"`; -exports[`company > 42 > buzzVerb 1`] = `"generate"`; +exports[`company > 42 > buzzVerb 1`] = `"facilitate"`; -exports[`company > 42 > catchPhrase 1`] = `"Implemented web-enabled policy"`; +exports[`company > 42 > catchPhrase 1`] = `"Immersive well-modulated parallelism"`; -exports[`company > 42 > catchPhraseAdjective 1`] = `"Implemented"`; +exports[`company > 42 > catchPhraseAdjective 1`] = `"Immersive"`; -exports[`company > 42 > catchPhraseDescriptor 1`] = `"explicit"`; +exports[`company > 42 > catchPhraseDescriptor 1`] = `"fault-tolerant"`; -exports[`company > 42 > catchPhraseNoun 1`] = `"forecast"`; +exports[`company > 42 > catchPhraseNoun 1`] = `"frame"`; exports[`company > 42 > name 1`] = `"Wiegand LLC"`; -exports[`company > 1211 > buzzAdjective 1`] = `"virtual"`; +exports[`company > 1211 > buzzAdjective 1`] = `"vertical"`; exports[`company > 1211 > buzzNoun 1`] = `"technologies"`; -exports[`company > 1211 > buzzPhrase 1`] = `"transition vertical convergence"`; +exports[`company > 1211 > buzzPhrase 1`] = `"transition user-centric convergence"`; exports[`company > 1211 > buzzVerb 1`] = `"transition"`; -exports[`company > 1211 > catchPhrase 1`] = `"Up-sized tertiary concept"`; +exports[`company > 1211 > catchPhrase 1`] = `"Upgradable tertiary conglomeration"`; -exports[`company > 1211 > catchPhraseAdjective 1`] = `"Up-sized"`; +exports[`company > 1211 > catchPhraseAdjective 1`] = `"Upgradable"`; -exports[`company > 1211 > catchPhraseDescriptor 1`] = `"upward-trending"`; +exports[`company > 1211 > catchPhraseDescriptor 1`] = `"user-facing"`; exports[`company > 1211 > catchPhraseNoun 1`] = `"system engine"`; exports[`company > 1211 > name 1`] = `"Trantow, Fahey and Zieme"`; -exports[`company > 1337 > buzzAdjective 1`] = `"dynamic"`; +exports[`company > 1337 > buzzAdjective 1`] = `"efficient"`; exports[`company > 1337 > buzzNoun 1`] = `"deliverables"`; -exports[`company > 1337 > buzzPhrase 1`] = `"enhance compelling e-business"`; +exports[`company > 1337 > buzzPhrase 1`] = `"engineer cross-platform e-commerce"`; -exports[`company > 1337 > buzzVerb 1`] = `"enhance"`; +exports[`company > 1337 > buzzVerb 1`] = `"engineer"`; -exports[`company > 1337 > catchPhrase 1`] = `"Expanded clear-thinking data-warehouse"`; +exports[`company > 1337 > catchPhrase 1`] = `"Extended coherent database"`; -exports[`company > 1337 > catchPhraseAdjective 1`] = `"Expanded"`; +exports[`company > 1337 > catchPhraseAdjective 1`] = `"Extended"`; -exports[`company > 1337 > catchPhraseDescriptor 1`] = `"demand-driven"`; +exports[`company > 1337 > catchPhraseDescriptor 1`] = `"directional"`; exports[`company > 1337 > catchPhraseNoun 1`] = `"customer loyalty"`; |
