diff options
| author | ST-DDT <[email protected]> | 2023-04-23 18:51:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-23 18:51:27 +0200 |
| commit | 8a0bbf5faa03c294d308a13fe210ba6aaeef6968 (patch) | |
| tree | c3fc64e877992b09b0c7699201b103aac1b06071 /test/all_functional.spec.ts | |
| parent | 2675ec20fe28ebf89fc8b5b939c9ae7fbde7559f (diff) | |
| download | faker-8a0bbf5faa03c294d308a13fe210ba6aaeef6968.tar.xz faker-8a0bbf5faa03c294d308a13fe210ba6aaeef6968.zip | |
feat: introduce locale proxy (#2004)
Diffstat (limited to 'test/all_functional.spec.ts')
| -rw-r--r-- | test/all_functional.spec.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/all_functional.spec.ts b/test/all_functional.spec.ts index b5501290..25619c9e 100644 --- a/test/all_functional.spec.ts +++ b/test/all_functional.spec.ts @@ -3,6 +3,7 @@ import type { allLocales, Faker, RandomModule } from '../src'; import { allFakers, fakerEN } from '../src'; const IGNORED_MODULES = [ + 'rawDefinitions', 'definitions', 'helpers', '_mersenne', |
