binhonglee/GlobeTrotte

View on GitHub
src/cockpit/shared/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
/** Trip title and description input character limits */
/* istanbul ignore next: will be covered in future test */
export const DESCRIPTION_CHAR_MAX_COUNT = 500;
export const NAME_CHAR_MAX_COUNT = 50;
export const NAME_CHAR_MIN_COUNT = 5;