diff options
| author | Mohamed Suhaib <[email protected]> | 2022-11-06 04:50:08 +0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-06 00:50:08 +0100 |
| commit | 0b9989fe0ec3dcb8e511060c1fe42bb6abe2b1ba (patch) | |
| tree | a78885c2c5649271eb8d51cb075a9e0e7a1aa598 /test | |
| parent | 1452a5967a25db53fd9c473acd6dea62c8b420b0 (diff) | |
| download | faker-0b9989fe0ec3dcb8e511060c1fe42bb6abe2b1ba.tar.xz faker-0b9989fe0ec3dcb8e511060c1fe42bb6abe2b1ba.zip | |
feat(locale): add dv locale (#1506)
Diffstat (limited to 'test')
| -rw-r--r-- | test/__snapshots__/random.spec.ts.snap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/__snapshots__/random.spec.ts.snap b/test/__snapshots__/random.spec.ts.snap index a55a0774..ade199df 100644 --- a/test/__snapshots__/random.spec.ts.snap +++ b/test/__snapshots__/random.spec.ts.snap @@ -8,7 +8,7 @@ exports[`random > 42 > alphaNumeric > noArgs 1`] = `"n"`; exports[`random > 42 > alphaNumeric > withLength 1`] = `"nNWbJ"`; -exports[`random > 42 > locale 1`] = `"es_MX"`; +exports[`random > 42 > locale 1`] = `"es"`; exports[`random > 42 > numeric > noArgs 1`] = `"4"`; |
