generateState function test exported ✓ 100.0%
Last updated: 2026-02-25T14:02:03.591Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 0
Coverage: 100.0% (1/1 lines, 2x executed)
Signature
generateState(): : string
Summary
Generates a random Brazilian state abbreviation (e.g. SP, RJ).
Source Code
export function generateState(): string {
return faker.location.state({ abbreviated: true });
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| generateFullAddress | calls |
| GeneratorFn | calls |