aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMohamed Suhaib <[email protected]>2022-11-06 04:50:08 +0500
committerGitHub <[email protected]>2022-11-06 00:50:08 +0100
commit0b9989fe0ec3dcb8e511060c1fe42bb6abe2b1ba (patch)
treea78885c2c5649271eb8d51cb075a9e0e7a1aa598 /test
parent1452a5967a25db53fd9c473acd6dea62c8b420b0 (diff)
downloadfaker-0b9989fe0ec3dcb8e511060c1fe42bb6abe2b1ba.tar.xz
faker-0b9989fe0ec3dcb8e511060c1fe42bb6abe2b1ba.zip
feat(locale): add dv locale (#1506)
Diffstat (limited to 'test')
-rw-r--r--test/__snapshots__/random.spec.ts.snap2
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"`;