feat(locale): en_AU state postcode definitions #8567
pr.yml
on: pull_request
Check Code Generation: node-22, ubuntu-latest
1m 50s
Annotations
5 errors
Unhandled error:
src/locales/en_AU/location/index.ts#L17
TypeCheckError: Type '{ NSW string[]; ACT string[]; VIC string[]; QLD string[]; SA string[]; WA string[]; TAS string[]; NT string[]; }' is not assignable to type 'string | string[] | null | undefined'.
❯ src/locales/en_AU/location/index.ts:17:3
|
test/all-functional.spec.ts > functional tests > en_AU > location > zipCode():
test/all-functional.spec.ts#L128
AssertionError: expected '' to be truthy
- Expected:
true
+ Received:
""
❯ testAssertion test/all-functional.spec.ts:128:28
|
test/all-functional.spec.ts > faker.helpers.fake functional tests > en_AU > location > zipCode():
test/all-functional.spec.ts#L161
AssertionError: expected '' not to be '' // Object.is equality
❯ testAssertion test/all-functional.spec.ts:161:30
|
Check Code Generation: node-22, ubuntu-latest
Process completed with exit code 1.
|
Check Code Generation: node-22, ubuntu-latest
Process completed with exit code 1.
|