Establishes clear testing standards and best practices: - Mandates unit testing for all API endpoints - Defines test organization and file structure - Introduces testing scope and strategy - Documents best practices for writing tests - Sets minimum coverage requirements (80%) - Adds test data management guidelines Updates project documentation to reflect testing requirements and development workflow. Includes practical examples of good testing patterns and proper test organization.
3 lines
59 B
TypeScript
3 lines
59 B
TypeScript
export const config = {
|
|
host: 'http://localhost:8888',
|
|
}
|