diff options
| author | ST-DDT <[email protected]> | 2022-05-21 16:25:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-21 14:25:00 +0000 |
| commit | 5af79f487bd1537676d017ae09563e53d18458c4 (patch) | |
| tree | 451240689d6a50910e9283bfaa9a56c554cb5eca /test/scripts | |
| parent | 05f555bc7e304afaa657586ae88f2173507e084f (diff) | |
| download | faker-5af79f487bd1537676d017ae09563e53d18458c4.tar.xz faker-5af79f487bd1537676d017ae09563e53d18458c4.zip | |
feat: use localized fake pattern in street (#966)
Diffstat (limited to 'test/scripts')
| -rw-r--r-- | test/scripts/apidoc/examplesAndDeprecations.spec.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/apidoc/examplesAndDeprecations.spec.ts b/test/scripts/apidoc/examplesAndDeprecations.spec.ts index 3bfca24f..87669d6b 100644 --- a/test/scripts/apidoc/examplesAndDeprecations.spec.ts +++ b/test/scripts/apidoc/examplesAndDeprecations.spec.ts @@ -16,6 +16,7 @@ import { loadProject } from './utils'; const locales: Record<string, string> = { GH: 'en_GH', US: 'en_US', + DE: 'de', }; describe('examples and deprecations', () => { |
