diff options
| author | PE LETT <[email protected]> | 2023-01-02 21:29:02 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-02 21:29:02 +0100 |
| commit | f0e859ba3033e54aefd71bf194da574593bc1631 (patch) | |
| tree | 9032251c8ccc8eb6ebe85b33bc4e104a1bfd51c3 /test | |
| parent | 496c40bb241ca79a10372a6345dd1bf0c1f0dfd0 (diff) | |
| download | faker-f0e859ba3033e54aefd71bf194da574593bc1631.tar.xz faker-f0e859ba3033e54aefd71bf194da574593bc1631.zip | |
feat(locale): extend english company (#1701)
Diffstat (limited to 'test')
| -rw-r--r-- | test/__snapshots__/company.spec.ts.snap | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/__snapshots__/company.spec.ts.snap b/test/__snapshots__/company.spec.ts.snap index 44637637..97697afa 100644 --- a/test/__snapshots__/company.spec.ts.snap +++ b/test/__snapshots__/company.spec.ts.snap @@ -1,12 +1,12 @@ // Vitest Snapshot v1 -exports[`company > 42 > bs 1`] = `"seize impactful web services"`; +exports[`company > 42 > bs 1`] = `"seize impactful methodologies"`; exports[`company > 42 > bsAdjective 1`] = `"dynamic"`; exports[`company > 42 > bsBuzz 1`] = `"seize"`; -exports[`company > 42 > bsNoun 1`] = `"portals"`; +exports[`company > 42 > bsNoun 1`] = `"technologies"`; exports[`company > 42 > catchPhrase 1`] = `"Implemented responsive throughput"`; @@ -29,13 +29,13 @@ exports[`company > 42 > suffixes 1`] = ` ] `; -exports[`company > 1211 > bs 1`] = `"cultivate bleeding-edge functionalities"`; +exports[`company > 1211 > bs 1`] = `"cultivate bleeding-edge experiences"`; exports[`company > 1211 > bsAdjective 1`] = `"plug-and-play"`; exports[`company > 1211 > bsBuzz 1`] = `"cultivate"`; -exports[`company > 1211 > bsNoun 1`] = `"experiences"`; +exports[`company > 1211 > bsNoun 1`] = `"methodologies"`; exports[`company > 1211 > catchPhrase 1`] = `"Up-sized high-level success"`; |
