diff options
| author | Owen <[email protected]> | 2025-03-06 12:08:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-06 17:08:47 +0000 |
| commit | ae9aec67b19f779e818be5550a8edc44f20d91d4 (patch) | |
| tree | 5feaada57958f8e52bf791e91fc00c4893b5ff4f /test/scripts | |
| parent | 57d39d74429557a9ebbf777a0c0f413e7851d3fc (diff) | |
| download | faker-ae9aec67b19f779e818be5550a8edc44f20d91d4.tar.xz faker-ae9aec67b19f779e818be5550a8edc44f20d91d4.zip | |
feat(finance): add ISO 4217 numerical codes to Currency (#3404)
Diffstat (limited to 'test/scripts')
| -rw-r--r-- | test/scripts/apidocs/__snapshots__/verify-jsdoc-tags.spec.ts.snap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/apidocs/__snapshots__/verify-jsdoc-tags.spec.ts.snap b/test/scripts/apidocs/__snapshots__/verify-jsdoc-tags.spec.ts.snap index 07983094..94cdab92 100644 --- a/test/scripts/apidocs/__snapshots__/verify-jsdoc-tags.spec.ts.snap +++ b/test/scripts/apidocs/__snapshots__/verify-jsdoc-tags.spec.ts.snap @@ -167,6 +167,7 @@ exports[`check docs completeness > all modules and methods are present 1`] = ` "currency", "currencyCode", "currencyName", + "currencyNumericCode", "currencySymbol", "ethereumAddress", "iban", |
